Skip to content
Snippets Groups Projects
Commit d822e961 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: add muparserx into PATH_SUFFIXES to find muparserx 4.x headers

parent f920456f
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ if( MUPARSERX_INCLUDE_DIR ) ...@@ -16,7 +16,7 @@ if( MUPARSERX_INCLUDE_DIR )
endif() endif()
find_path( MUPARSERX_INCLUDE_DIR mpParser.h find_path( MUPARSERX_INCLUDE_DIR mpParser.h
PATH_SUFFIXES mpParser ) PATH_SUFFIXES mpParser muparserx)
if(EXISTS "${MUPARSERX_INCLUDE_DIR}/mpDefines.h") if(EXISTS "${MUPARSERX_INCLUDE_DIR}/mpDefines.h")
file(READ "${MUPARSERX_INCLUDE_DIR}/mpDefines.h" _mpDefines_h_CONTENTS) file(READ "${MUPARSERX_INCLUDE_DIR}/mpDefines.h" _mpDefines_h_CONTENTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment