mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:28:59 +08:00
56e89ebc21
* [proj4,vtk,mapnik] Upgrade to proj 8.0.0. Make vtk compatible via upstream patch and mapnik by buildscript tweak. * [mapnik, proj4, vtk]: add versions
14 lines
541 B
Diff
14 lines
541 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 47bbaa1..43f384d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -304,7 +304,7 @@ if(USE_WEBP)
|
|
|
|
if(USE_PROJ)
|
|
#https://proj.org/development/cmake.html
|
|
- mapnik_find_package(PROJ ${PROJ_MIN_VERSION} QUIET)
|
|
+ mapnik_find_package(PROJ REQUIRED)
|
|
# currently the cmake files are not installed, when installing proj via apt-get. So search via pkg-config
|
|
if(NOT PROJ_FOUND)
|
|
message(STATUS "PROJ not found via FindPROJ. Searching via pkg-config...")
|