3rdparty/fusion: Always do build in release mode
this library has python numpy dependency in debug build
This commit is contained in:
Vendored
+4
@@ -1 +1,5 @@
|
|||||||
|
# To avoid python numpy dependency in debug build, force release build of this library
|
||||||
|
set(ORIG_BUILD_TYPE ${CMAKE_BUILD_TYPE})
|
||||||
|
set(CMAKE_BUILD_TYPE Release)
|
||||||
add_subdirectory(fusion EXCLUDE_FROM_ALL)
|
add_subdirectory(fusion EXCLUDE_FROM_ALL)
|
||||||
|
set(CMAKE_BUILD_TYPE ${ORIG_BUILD_TYPE})
|
||||||
|
|||||||
Reference in New Issue
Block a user