diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:10:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:10:33 (GMT) |
commit | 5d31f56d9313dcaa8f2304819b7d54ff9aaaf01a (patch) | |
tree | b34dfb613c722baf7a50e24acfcb34c6f042aa1c /common.pri | |
parent | a9045315baac2e8bd24428668cfa88f116984af7 (diff) |
look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability)
Diffstat (limited to 'common.pri')
-rw-r--r-- | common.pri | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,6 +9,5 @@ include(bison.pri) include(cgal.pri) include(opencsg.pri) include(glew.pri) -include(boost.pri) include(eigen.pri) - +include(boost.pri) |