From 74b325e71a368084306ccac4eebcdfc00b018a69 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Wed, 3 Feb 2021 22:48:25 +0100 Subject: [PATCH] fix comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5243dc16..fafa50ae8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,7 +215,7 @@ if(USE_SVG_RENDERER) endif() if(NOT WIN32) - message(STATUS "Compiling with -DMAPNIK_COMPILE_DEFS") + message(STATUS "Compiling with -DMAPNIK_HAS_DLCFN") list(APPEND MAPNIK_COMPILE_DEFS MAPNIK_HAS_DLCFN) list(APPEND MAPNIK_OPTIONAL_LIBS ${CMAKE_DL_LIBS}) endif()