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

SuperBuild: log download to file

parent 74c8b0a7
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ ExternalProject_Add(FFTWF
--disable-fortran
--disable-dependency-tracking
DEPENDS ${FFTW_DEPENDENCIES}
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
......@@ -84,7 +85,7 @@ ExternalProject_Add(FFTWD
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
LOG_INSTALL 1
)
......
......@@ -57,9 +57,10 @@ ExternalProject_Add(QWT
CONFIGURE_COMMAND ${QWT_SB_CONFIGURE_PROGRAM} ${QWT_SB_BUILD_DIR}/qwt.pro
BUILD_COMMAND ${QWT_SB_MAKE_PROGRAM}
INSTALL_COMMAND ${QWT_SB_MAKE_PROGRAM} install
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
LOG_INSTALL 1
)
set(_SB_QWT_INCLUDE_DIR ${SB_INSTALL_PREFIX}/include)
......
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