Explorar o código

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

kestred %!s(int64=12) %!d(string=hai) anos
pai
achega
8e681876c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      panda/src/linmath/CMakeLists.txt

+ 1 - 1
panda/src/linmath/CMakeLists.txt

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