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

SuperBuild: jpeg cleanup cmake opts

parent 77c341e0
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,9 @@ else()
BINARY_DIR ${JPEG_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
DOWNLOAD_DIR ${DOWNLOAD_LOCATION}
DEPENDS ${${proj}_DEPENDENCIES}
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_FLAGS=-DSIZEOF_SIZE_T=${JPEG_SIZEOF_SIZE_T}
-DCMAKE_VERBOSE_MAKEFILE=TRUE
-DENABLE_SHARED=TRUE
-DENABLE_STATIC=FALSE
-DWITH_SIMD=FALSE
......@@ -38,6 +36,7 @@ else()
if(MSVC)
ExternalProject_Add_Step(${proj} patch_jconfigint
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/patches/${proj}/jconfigint.h.in ${JPEG_SB_SRC}/win/
DEPENDEES update
DEPENDERS configure)
endif()
......
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