Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
cbae6d55
Unverified
Commit
cbae6d55
authored
Feb 12, 2021
by
OnlineCop
Committed by
GitHub
Feb 12, 2021
Browse files
docs: fix CMake status for DOWNLOAD_EIGEN (#2857)
Co-authored-by:
OnlineCop
<
onlinecop@gmail.com
>
parent
c2362393
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/CMakeLists.txt
tests/CMakeLists.txt
+2
-1
No files found.
tests/CMakeLists.txt
View file @
cbae6d55
...
@@ -225,7 +225,8 @@ if(PYBIND11_TEST_FILES_EIGEN_I GREATER -1)
...
@@ -225,7 +225,8 @@ if(PYBIND11_TEST_FILES_EIGEN_I GREATER -1)
message
(
STATUS
"Building tests with Eigen v
${
EIGEN3_VERSION
}
"
)
message
(
STATUS
"Building tests with Eigen v
${
EIGEN3_VERSION
}
"
)
else
()
else
()
list
(
REMOVE_AT PYBIND11_TEST_FILES
${
PYBIND11_TEST_FILES_EIGEN_I
}
)
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
()
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment