Skip to content

Commit

Permalink
Merge pull request FEX-Emu#3609 from neobrain/fix_catch2_setting
Browse files Browse the repository at this point in the history
CMake: Remove obsolete Catch2 setting
  • Loading branch information
lioncash authored May 4, 2024
2 parents f7bfecd + 472860a commit 170204d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ add_definitions(-Wno-trigraphs)
add_definitions(-DGLOBAL_DATA_DIRECTORY="${DATA_DIRECTORY}/")

if (BUILD_TESTS)
option(CATCH_BUILD_STATIC_LIBRARY "" ON)
set(CATCH_BUILD_STATIC_LIBRARY ON)
add_subdirectory(External/Catch2/)

# Pull in catch_discover_tests definition
Expand Down

0 comments on commit 170204d

Please sign in to comment.