Have linmath's CMakeLists check for HAVE_EIGEN instead of FOUND_EIGEN.

This commit is contained in:
kestred 2014-01-19 02:58:53 -07:00
parent 5f23b506d9
commit 8e681876c0
1 changed files with 1 additions and 1 deletions

View File

@ -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()