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

SuperBuild: skip building executables of tiff and geotiff

parent 906a86c8
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ else()
--prefix=${SB_INSTALL_PREFIX}
--enable-static=no
${GEOTIFF_SB_CONFIG}
BUILD_COMMAND $(MAKE)
INSTALL_COMMAND $(MAKE) install
BUILD_COMMAND $(MAKE) bin_PROGRAMS=
INSTALL_COMMAND $(MAKE) install bin_PROGRAMS=
DEPENDS ${${proj}_DEPENDENCIES}
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/patches/${proj}/configure
......
......@@ -85,8 +85,8 @@ else()
--prefix=${SB_INSTALL_PREFIX}
--enable-static=no
${TIFF_SB_CONFIG}
BUILD_COMMAND $(MAKE)
INSTALL_COMMAND $(MAKE) install
BUILD_COMMAND $(MAKE) bin_PROGRAMS=
INSTALL_COMMAND $(MAKE) install bin_PROGRAMS=
DEPENDS ${${proj}_DEPENDENCIES}
)
......
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