aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-08-09 05:39:17 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-08-09 05:39:17 +0000
commit49e117d50e898fba106b24b5708dae5e51211183 (patch)
tree02e222c539885aca2efbd63fe09c7abfbeccffb4
parentcdb6cabce744044e417f97ec1a5eeda35544140a (diff)
downloadopt-utilities-49e117d50e898fba106b24b5708dae5e51211183.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@239 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r--Findmuparser.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Findmuparser.cmake b/Findmuparser.cmake
index 7db191d..5115c38 100644
--- a/Findmuparser.cmake
+++ b/Findmuparser.cmake
@@ -1,4 +1,4 @@
-find_path(MP_INCLUDE_DIRS muParser/muParser.h)
+find_path(MP_INCLUDE_DIRS NAMES muParser/muParser.h muParser.h)
message(${MP_INCLUDE_DIRS})
SET(MP_NAMES ${MP_NAMES} muparser)