Skip to content

Commit cbae6d5

Browse files
OnlineCopOnlineCop
and
OnlineCop
authored
docs: fix CMake status for DOWNLOAD_EIGEN (#2857)
Co-authored-by: OnlineCop <[email protected]>
1 parent c236239 commit cbae6d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ if(PYBIND11_TEST_FILES_EIGEN_I GREATER -1)
225225
message(STATUS "Building tests with Eigen v${EIGEN3_VERSION}")
226226
else()
227227
list(REMOVE_AT PYBIND11_TEST_FILES ${PYBIND11_TEST_FILES_EIGEN_I})
228-
message(STATUS "Building tests WITHOUT Eigen, use -DDOWNLOAD_EIGEN on CMake 3.11+ to download")
228+
message(
229+
STATUS "Building tests WITHOUT Eigen, use -DDOWNLOAD_EIGEN=ON on CMake 3.11+ to download")
229230
endif()
230231
endif()
231232

0 commit comments

Comments
 (0)