Commit 7e0a4fb7 by tuxmaster5000 Committed by GitHub

Fix for #2168 (#2299)

parent 2819ce64
...@@ -38,7 +38,7 @@ function(_download_catch version destination_dir) ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment