mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user