diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-24 16:08:23 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-24 16:08:23 (GMT) |
commit | 750957fcacbc4bd039d3a9219ba2d65aa9e572f1 (patch) | |
tree | a33043f1fc8a84c986b42e6a37623280d5195d4a | |
parent | ac11243e993a8f0d38919abd6e7f9d47ceb9bc9e (diff) |
further improve eigen2 build message
-rw-r--r-- | eigen2.pri | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ eigen2 { !isEmpty(OPENSCAD_LIBRARIES_DIR) { exists($$OPENSCAD_LIBRARIES_DIR/include/eigen2) { EIGEN2_INCLUDEPATH = $$OPENSCAD_LIBRARIES_DIR/include/eigen2 + message("EIGEN2 location: $$EIGEN2_INCLUDEPATH") } } - message("EIGEN2 location: $$EIGEN2_INCLUDEPATH") } # Optionally specify location of Eigen2 using the @@ -22,8 +22,8 @@ eigen2 { EIGEN2_DIR = $$(EIGEN2DIR) !isEmpty(EIGEN2_DIR) { EIGEN2_INCLUDEPATH = $$EIGEN2_DIR + message("EIGEN2 location: $$EIGEN2_INCLUDEPATH") } - message("EIGEN2 location: $$EIGEN2_INCLUDEPATH") } isEmpty(EIGEN2_INCLUDEPATH) { |