From fa2fec338bc75df2a45c7e09ae2fadb7e6e9e06e Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Thu, 23 Sep 2021 19:11:29 +0200 Subject: [PATCH] [CMake] add import prefix for libmapnik so that the resulting archive is also named libmapnik --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 28acb2735..5017206ff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -293,6 +293,7 @@ set_target_properties(mapnik PROPERTIES DEBUG_POSTFIX "${MAPNIK_DEBUG_POSTFIX}" OUTPUT_NAME "mapnik" PREFIX "lib" + IMPORT_PREFIX "lib" # for the archive on dll platforms VERSION ${MAPNIK_VERSION} # see https://github.com/mapnik/mapnik/pull/4248#issuecomment-925596509 => ABI compability only with the full version SOVERSION ${MAPNIK_VERSION}