Update test/visual/CMakeLists.txt
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
This commit is contained in:
parent
49912a423e
commit
00199754a2
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@ target_link_libraries(mapnik-test-visual PRIVATE
|
|||
ICU::data ICU::i18n ICU::uc # needed for the static build (TODO: why isn't this correctly propagated from mapnik::mapnik?)
|
||||
)
|
||||
|
||||
if(CMAKE_CXX_STANDARD LESS 17 OR USE_BOOST_FILESYSTEM)
|
||||
target_link_libraries(mapnik-test-visual PRIVATE
|
||||
Boost::filesystem
|
||||
)
|
||||
endif()
|
||||
|
||||
# needed for cleanup.hpp
|
||||
target_include_directories(mapnik-test-visual PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
|
||||
|
|
Loading…
Reference in a new issue