do not compile features....

This commit is contained in:
Mathis Logemann 2020-11-21 15:02:07 +01:00
parent 9213f76d49
commit 744aa2a76a

View file

@ -87,13 +87,13 @@ set(MAPNIK_SOURCES
)
set(COMPILE_SRC ${MAPNIK_SOURCES})
if(NOT USE_JPEG)
if(USE_JPEG)
list(APPEND COMPILE_SRC jpeg_reader.cpp)
endif()
if(NOT USE_PNG)
if(USE_PNG)
list(APPEND COMPILE_SRC png_reader.cpp)
endif()
if(NOT USE_TIFF)
if(USE_TIFF)
list(APPEND COMPILE_SRC tiff_reader.cpp)
endif()