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.
2 parents 1d53a58 + 888d1a6 commit 2473699Copy full SHA for 2473699
cmake/custom/eigen.cmake
@@ -11,7 +11,7 @@
11
# define: '-DEIGEN3_ROOT="{0}"'.format(arguments['--eigen'])
12
13
if(EIGEN3_ROOT)
14
- set(EIGEN3_INCLUDE_DIR ${EIGEN3_ROOT}/include/eigen3)
+ set(EIGEN3_INCLUDE_DIR ${EIGEN3_ROOT}/include)
15
find_package(Eigen3 3.1.0)
16
message(STATUS "Eigen " ${EIGEN3_VERSION} " is located here: " ${EIGEN3_INCLUDE_DIR})
17
if(NOT EIGEN3_FOUND)
0 commit comments