mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Use Catch2_FOUND in CMakeLists.txt
This commit is contained in:
parent
3125a28bad
commit
f23620896d
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ endif()
|
|||
|
||||
if(OPENMC_BUILD_TESTS)
|
||||
find_package_write_status(Catch2)
|
||||
if (NOT Catch2)
|
||||
if (NOT Catch2_FOUND)
|
||||
add_subdirectory(vendor/Catch2)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue