further improve eigen2 build message

felipesanches-svg
Don Bright 2011-12-24 10:08:23 -06:00
parent ac11243e99
commit 750957fcac
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ eigen2 {
!isEmpty(OPENSCAD_LIBRARIES_DIR) {
exists($$OPENSCAD_LIBRARIES_DIR/include/eigen2) {
EIGEN2_INCLUDEPATH = $$OPENSCAD_LIBRARIES_DIR/include/eigen2
}
}
message("EIGEN2 location: $$EIGEN2_INCLUDEPATH")
}
}
}
# Optionally specify location of Eigen2 using the
# EIGEN2DIR env. variable
@ -22,9 +22,9 @@ eigen2 {
EIGEN2_DIR = $$(EIGEN2DIR)
!isEmpty(EIGEN2_DIR) {
EIGEN2_INCLUDEPATH = $$EIGEN2_DIR
}
message("EIGEN2 location: $$EIGEN2_INCLUDEPATH")
}
}
isEmpty(EIGEN2_INCLUDEPATH) {
freebsd-g++: EIGEN2_INCLUDEPATH = /usr/local/include/eigen2