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

Revert "SuperBuild: log output to file for CURL, GEOTIFF, GDAL"

This reverts commit 1bdc1f2d.
parent 1bdc1f2d
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,6 @@ else(UNIX)
${CURL_SB_CONFIG}
DEPENDS ${CURL_DEPENDENCIES}
CMAKE_COMMAND ${SB_CMAKE_COMMAND}
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
endif()
......
......@@ -125,9 +125,6 @@ ExternalProject_Add(GDAL
CONFIGURE_COMMAND ${GDAL_CONFIGURE_COMMAND}
BUILD_COMMAND ${GDAL_BUILD_COMMAND}
INSTALL_COMMAND ${GDAL_INSTALL_COMMAND}
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
SUPERBUILD_PATCH_SOURCE(GDAL)
......
......@@ -40,16 +40,8 @@ if(UNIX)
--enable-static=no
${GEOTIFF_SB_CONFIG}
BUILD_COMMAND $(MAKE)
INSTALL_COMMAND $(MAKE) install
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
INSTALL_COMMAND $(MAKE) install)
# [LOG_CONFIGURE 1] # Wrap configure in script to log output
# [LOG_BUILD 1] # Wrap build in script to log output
# [LOG_TEST 1] # Wrap test in script to log output
# [LOG_INSTALL 1] # Wrap install in script to log output
SUPERBUILD_PATCH_SOURCE(GEOTIFF)
else()
......
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