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
dg
dg
Commits
9d5b1d55
Commit
9d5b1d55
authored
Oct 18, 2016
by
Jonathan Lambrechts
Browse files
change libproj download location to avoid https
parent
1b90a5bd
Pipeline
#1155
passed with stage
in 27 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/CMakeLists.txt
View file @
9d5b1d55
...
...
@@ -57,8 +57,8 @@ if(ENABLE_PROJ)
endif
(
WIN32
)
ExternalProject_Add
(
libproj
URL http
s
://
github.com/OSGeo/proj.4/archive/
4.9.2.tar.gz
URL_MD5
a6059d05592948d5f205ba432e359bd7
URL http://
download.osgeo.org/proj/proj-
4.9.2.tar.gz
URL_MD5
9843131676e31bbd903d60ae7dc76cf9
PATCH_COMMAND
${
CMAKE_COMMAND
}
-E remove <SOURCE_DIR>/nad/CMakeLists.txt
INSTALL_COMMAND
""
PREFIX libproj
...
...
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