Skip to content
Snippets Groups Projects
Commit 5a8202a3 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: superbuild: avoid installation of noxious mpCompat.h

parent 4c96e806
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ endif()
file(GLOB MUPARSERX_SRCS "parser/*.cpp" )
file(GLOB MUPARSERX_HEADERS "parser/*.h")
#include_directories("${CMAKE_CURRENT_SOURCE_DIR}/parser")
# avoid noxious mpCompat.h
list(REMOVE_ITEM MUPARSERX_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/parser/mpCompat.h")
add_library(muparserx ${MUPARSERX_SRCS})
......
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