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()