We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bffe517 + 5aaa231 commit 5837373Copy full SHA for 5837373
1 file changed
CMakeLists.txt
@@ -75,7 +75,7 @@ if (NOT Baselibs_FOUND)
75
# Another issue with historical reasons, old/wrong zlib target used in GEOS
76
add_library(ZLIB::zlib ALIAS ZLIB::ZLIB)
77
78
- find_package(MAPL 2.63 QUIET)
+ find_package(MAPL 2.68 QUIET)
79
if (MAPL_FOUND)
80
message(STATUS "Found MAPL: ${MAPL_BASE_DIR} (found version \"${MAPL_VERSION})\"")
81
endif ()
0 commit comments