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

BUG: superbuild: avoid conflict with system muParser headers (WIP)

parent 5a8202a3
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,9 @@ if(APPLE)
env
${LDLIBVAR}=${CMAKE_INSTALL_PREFIX}/lib:$ENV{${LDLIBVAR}}
${CMAKE_COMMAND})
list(APPEND OTB_SB_CONFIG
-DCMAKE_C_FLAGS:STRING="-I${CMAKE_INSTALL_PREFIX}/include"
-DCMAKE_CXX_FLAGS:STRING="-I${CMAKE_INSTALL_PREFIX}/include")
else()
set(OTB_SB_CMAKE_COMMAND ${SB_CMAKE_COMMAND})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment