Skip to content
Snippets Groups Projects
Commit 5e1f1cee authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: superbuild: unify jpeg version

parent ce5ccab1
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,12 @@ else()
message(STATUS " Using libjpeg SuperBuild version")
if(WIN32)
ExternalProject_Add(${proj}
PREFIX ${proj}
URL "http://www.ijg.org/files/jpegsr8c.zip"
URL_MD5 2af71a567af8f60a649b2fcc87c88192
#URL "http://www.ijg.org/files/jpegsr8c.zip"
#URL_MD5 2af71a567af8f60a649b2fcc87c88192
URL "http://www.ijg.org/files/jpegsrc.v9a.tar.gz"
URL_MD5 3353992aecaee1805ef4109aadd433e7
SOURCE_DIR ${JPEG_SB_SRC}
BINARY_DIR ${JPEG_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
......@@ -35,8 +36,7 @@ else()
${JPEG_SB_SRC}/jconfig.vc ${JPEG_SB_SRC}/jconfig.h
DEPENDEES patch
DEPENDERS build
)
)
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