fix eigen2 finding bug

felipesanches-svg
don bright 2011-12-26 17:03:04 +01:00
parent 0bbfa9efb0
commit 1e57a14785
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if (NOT EIGEN2_INCLUDE_DIR)
if (NOT $ENV{OPENSCAD_LIBRARIES} STREQUAL "")
set(EIGEN2_FIND_HINTS "$ENV{OPENSCAD_LIBRARIES}/include/eigen2")
endif()
set(EIGEN2_FIND_HINTS ${EIGEN2_HINTS} $ENV{EIGEN2DIR})
set(EIGEN2_FIND_HINTS ${EIGEN2_FIND_HINTS} $ENV{EIGEN2DIR})
if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set(EIGEN2_FIND_PATHS /usr/local/include/eigen2)
else()