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

SuperBuild: pipe build logs to file (muparser, muparserx)

parent 95dee2ff
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ ExternalProject_Add(MUPARSER
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/patches/MUPARSER/CMakeLists.txt
${MUPARSER_SB_SRC}
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
SUPERBUILD_UPDATE_CMAKE_VARIABLES(MUPARSER FALSE)
\ No newline at end of file
SUPERBUILD_UPDATE_CMAKE_VARIABLES(MUPARSER FALSE)
......@@ -42,6 +42,9 @@ ExternalProject_Add(MUPARSERX
${MUPARSERX_FLAGS}
CMAKE_COMMAND ${SB_CMAKE_COMMAND}
DEPENDS ${MUPARSERX_DEPENDENCIES}
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
#Patch mpParserMessageProvider.cpp. This patch is integrated upstream but not yet released (last release is 4.0.7)
......
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