This commit is contained in:
tuxmaster5000
2020-07-24 19:00:48 +02:00
committed by GitHub
parent 2819ce64a4
commit 7e0a4fb7d0

View File

@@ -38,7 +38,7 @@ function(_download_catch version destination_dir)
endfunction() endfunction()
# Look for catch locally # Look for catch locally
find_path(CATCH_INCLUDE_DIR NAMES catch.hpp PATH_SUFFIXES catch) find_path(CATCH_INCLUDE_DIR NAMES catch.hpp PATH_SUFFIXES catch2)
if(CATCH_INCLUDE_DIR) if(CATCH_INCLUDE_DIR)
_get_catch_version() _get_catch_version()
endif() endif()