Skip to content

Commit

Permalink
docs: fix CMake status for DOWNLOAD_EIGEN (#2857)
Browse files Browse the repository at this point in the history
Co-authored-by: OnlineCop <onlinecop@gmail.com>
  • Loading branch information
OnlineCop and OnlineCop authored Feb 12, 2021
1 parent c236239 commit cbae6d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ if(PYBIND11_TEST_FILES_EIGEN_I GREATER -1)
message(STATUS "Building tests with Eigen v${EIGEN3_VERSION}")
else()
list(REMOVE_AT PYBIND11_TEST_FILES ${PYBIND11_TEST_FILES_EIGEN_I})
message(STATUS "Building tests WITHOUT Eigen, use -DDOWNLOAD_EIGEN on CMake 3.11+ to download")
message(
STATUS "Building tests WITHOUT Eigen, use -DDOWNLOAD_EIGEN=ON on CMake 3.11+ to download")
endif()
endif()

Expand Down

0 comments on commit cbae6d5

Please sign in to comment.