make OPENSCAD_LIBRARIES not show a message for EIGEN2 include

felipesanches-svg
Don Bright 2011-12-24 10:09:55 -06:00
parent 750957fcac
commit 1dfc184b73
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ eigen2 {
!isEmpty(OPENSCAD_LIBRARIES_DIR) {
exists($$OPENSCAD_LIBRARIES_DIR/include/eigen2) {
EIGEN2_INCLUDEPATH = $$OPENSCAD_LIBRARIES_DIR/include/eigen2
message("EIGEN2 location: $$EIGEN2_INCLUDEPATH")
}
}
}