mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-27 08:40:32 +00:00
CMake: Remove obsolete Catch2 setting
This commit is contained in:
parent
eddb7d12cc
commit
472860a840
@ -235,8 +235,6 @@ add_definitions(-Wno-trigraphs)
|
|||||||
add_definitions(-DGLOBAL_DATA_DIRECTORY="${DATA_DIRECTORY}/")
|
add_definitions(-DGLOBAL_DATA_DIRECTORY="${DATA_DIRECTORY}/")
|
||||||
|
|
||||||
if (BUILD_TESTS)
|
if (BUILD_TESTS)
|
||||||
option(CATCH_BUILD_STATIC_LIBRARY "" ON)
|
|
||||||
set(CATCH_BUILD_STATIC_LIBRARY ON)
|
|
||||||
add_subdirectory(External/Catch2/)
|
add_subdirectory(External/Catch2/)
|
||||||
|
|
||||||
# Pull in catch_discover_tests definition
|
# Pull in catch_discover_tests definition
|
||||||
|
Loading…
Reference in New Issue
Block a user