Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
fc2e490f
Commit
fc2e490f
authored
Mar 10, 2022
by
Julien Osman
Browse files
BUG: Use sourceforge to download PRCE
The official PCRF FTP is not available anymore.
parent
fc3529e3
Pipeline
#9967
passed with stages
in 82 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_pcre.cmake
View file @
fc2e490f
...
...
@@ -25,7 +25,7 @@ if(MSVC)
else
()
ExternalProject_Add
(
PCRE
PREFIX PCRE
URL
"https://
ftp.pcre.org/pub/pcre
/pcre-8.44.tar.gz"
URL
"https://
sourceforge.net/projects/pcre/files/pcre/8.44
/pcre-8.44.tar.gz"
URL_MD5 3bcd2441024d00009a5fee43f058987c
BINARY_DIR
${
PCRE_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment