Skip to content

Commit

Permalink
Temporarily switch to SVN for PCRE to fix static libs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Mar 29, 2017
1 parent 3ba2f8b commit fbf2445
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infrastructure/cmake/windows/CMakeLists.txt
Expand Up @@ -71,8 +71,10 @@ else()
endif()

ExternalProject_Add(pcre
URL "http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PCRE_VERSION}.zip"
URL_HASH ${PCRE_HASH}
# Temporarily use SVN repo until the PCRE_STATIC issue in 8.40 is fixed:
# https://vcs.pcre.org/pcre?view=revision&revision=1677
SVN_REPOSITORY svn://vcs.exim.org/pcre/code/trunk
SVN_REVISION -r 1677
DOWNLOAD_NO_PROGRESS 1
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_dir}
# We need to build both versions, debug and release, because cmake requires both to be
Expand Down

0 comments on commit fbf2445

Please sign in to comment.