mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
3rdparty/fusion: Always do build in release mode
this library has python numpy dependency in debug build
This commit is contained in:
parent
3d05627f30
commit
861098d498
1 changed files with 4 additions and 0 deletions
4
3rdparty/fusion/CMakeLists.txt
vendored
4
3rdparty/fusion/CMakeLists.txt
vendored
|
@ -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)
|
||||
set(CMAKE_BUILD_TYPE ${ORIG_BUILD_TYPE})
|
||||
|
|
Loading…
Add table
Reference in a new issue