diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-08-09 05:39:17 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-08-09 05:39:17 +0000 |
commit | 49e117d50e898fba106b24b5708dae5e51211183 (patch) | |
tree | 02e222c539885aca2efbd63fe09c7abfbeccffb4 /Findmuparser.cmake | |
parent | cdb6cabce744044e417f97ec1a5eeda35544140a (diff) | |
download | opt-utilities-49e117d50e898fba106b24b5708dae5e51211183.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@239 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'Findmuparser.cmake')
-rw-r--r-- | Findmuparser.cmake | 2 |
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) |