Update CMakeLists.txt
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
This commit is contained in:
parent
96a6fcd941
commit
106a46bbf6
1 changed files with 0 additions and 6 deletions
|
@ -411,12 +411,6 @@ target_link_libraries(core INTERFACE
|
||||||
${MAPNIK_OPTIONAL_LIBS}
|
${MAPNIK_OPTIONAL_LIBS}
|
||||||
)
|
)
|
||||||
|
|
||||||
if(CMAKE_CXX_STANDARD LESS 17 OR USE_BOOST_FILESYSTEM)
|
|
||||||
target_link_libraries(core INTERFACE
|
|
||||||
Boost::filesystem
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
target_compile_definitions(core INTERFACE ${MAPNIK_COMPILE_DEFS})
|
target_compile_definitions(core INTERFACE ${MAPNIK_COMPILE_DEFS})
|
||||||
|
|
||||||
mapnik_install(core)
|
mapnik_install(core)
|
||||||
|
|
Loading…
Add table
Reference in a new issue