Have linmath's CMakeLists check for HAVE_EIGEN instead of FOUND_EIGEN.
This commit is contained in:
parent
5f23b506d9
commit
8e681876c0
|
|
@ -42,7 +42,7 @@ set(P3LINMATH_SOURCES
|
|||
lvector2.cxx lvector3.cxx lvector4.cxx mathNumbers.cxx
|
||||
)
|
||||
|
||||
if(EIGEN_FOUND)
|
||||
if(HAVE_EIGEN)
|
||||
include_directories(${EIGEN3_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue