diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:27:49 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:27:49 (GMT) |
commit | fc945bfdc4598d509b6f7d1cf6d13a401fd01aa2 (patch) | |
tree | 31e0633a5b6a8fbb81529c9c3137c3e7c98e11cf /eigen.pri | |
parent | 5d31f56d9313dcaa8f2304819b7d54ff9aaaf01a (diff) |
fix small bugs in eigen build scripts
Diffstat (limited to 'eigen.pri')
-rw-r--r-- | eigen.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ CONFIG(mingw-cross-env) { # EIGENDIR env. variable (EIGEN2 for backwards compatability) !isEmpty(EIGEN2_DIR) { EIGEN_INCLUDEPATH = $$EIGEN2_DIR - message("User set EIGEN location: $$EIGEN2_INCLUDEPATH") + message("User set EIGEN location: $$EIGEN_INCLUDEPATH") } !isEmpty(EIGEN_DIR) { EIGEN_INCLUDEPATH = $$EIGEN_DIR |