Skip to content

Commit

Permalink
Kill off another Catch2 inclusion
Browse files Browse the repository at this point in the history
To avoid bringing in its targets
  • Loading branch information
ianhbell committed Jan 5, 2025
1 parent 3d32666 commit 148a379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target_include_directories(teqpinterface INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/
target_include_directories(teqpinterface INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/externals/REFPROP-interop/include")
target_include_directories(teqpinterface INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/externals/stbrumme-hashing/include")

if (NOT TEQP_NO_TESTS)
if ((NOT TEQP_NO_TESTS) AND PROJECT_IS_TOP_LEVEL)
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/externals/Catch2")
endif()

Expand Down

0 comments on commit 148a379

Please sign in to comment.