We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1be697 commit f17ca4bCopy full SHA for f17ca4b
cmake/eigen-extras.cmake.in
@@ -1,4 +1,4 @@
1
-if(NOT @PROJECT_NAME@_INCLUDE_DIRS MATCHES "eigen3$")
+if("@INSTALLSPACE@" STREQUAL "TRUE" AND "@USE_SYSTEM_EIGEN@" STREQUAL "OFF")
2
set(@PROJECT_NAME@_INCLUDE_DIRS ${@PROJECT_NAME@_INCLUDE_DIRS}/eigen3)
3
endif()
4
0 commit comments