Skip to content
Snippets Groups Projects
Commit d53d7060 authored by Guillaume Pernot's avatar Guillaume Pernot
Browse files

updated pcre and itk

parent c213cb8d
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,8 @@ set(_SB_ITK_DIR ${SB_INSTALL_PREFIX}/lib/cmake/ITK-${SB_ITK_VERSION_MAJOR}.${SB_
ExternalProject_Add(ITK
PREFIX ITK
URL "https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.1.tar.gz"
URL_MD5 c7e229802c4ee64e1b2a6d48b1df67e9
URL "https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.2.tar.gz"
URL_MD5 1b6ae17dbd605d6c36564cc3d2cc1ee8
SOURCE_DIR ${ITK_SB_SRC}
BINARY_DIR ${ITK_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
......
......@@ -25,8 +25,8 @@ if(MSVC)
else()
ExternalProject_Add(PCRE
PREFIX PCRE
URL "http://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.gz"
URL_MD5 ff7b4bb14e355f04885cf18ff4125c98
URL "https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz"
URL_MD5 3bcd2441024d00009a5fee43f058987c
BINARY_DIR ${PCRE_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
DOWNLOAD_DIR ${DOWNLOAD_LOCATION}
......
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