We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001279 commit ee8e8abCopy full SHA for ee8e8ab
CMake/fletch-tarballs.cmake
@@ -345,7 +345,7 @@ if (fletch_ENABLE_PROJ4 OR fletch_ENABLE_ALL_PACKAGES)
345
elseif(PROJ4_SELECT_VERSION VERSION_EQUAL 6.1.1)
346
set(PROJ4_version "6.1.1" )
347
set(PROJ4_url "http://download.osgeo.org/proj/proj-${PROJ4_version}.tar.gz" )
348
- set(PROJ4_md5 "9a82a3174cacf319d94360a759fbcc8a" )
+ set(PROJ4_md5 "da39a3ee5e6b4b0d3255bfef95601890afd80709" )
349
else()
350
message(STATUS "PROJ4_SELECT_VERSION ${PROJ4_SELECT_VERSION}: Not supported")
351
endif()
0 commit comments