Update CMakeLists.txt

Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
This commit is contained in:
Artem Pavlenko 2023-03-09 21:14:54 +00:00 committed by GitHub
parent 96a6fcd941
commit 106a46bbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,12 +411,6 @@ target_link_libraries(core INTERFACE
${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})
mapnik_install(core)