mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
ci: download EIGEN
This commit is contained in:
committed by
Henry Schreiner
parent
9521bc56a8
commit
1b880dfd5a
@@ -9,7 +9,7 @@ if(CATCH_FOUND)
|
||||
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")
|
||||
else()
|
||||
message(STATUS "Catch not detected. Interpreter tests will be skipped. Install Catch headers"
|
||||
" manually or use `cmake -DDOWNLOAD_CATCH=1` to fetch them automatically.")
|
||||
" manually or use `cmake -DDOWNLOAD_CATCH=ON` to fetch them automatically.")
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user