Merge branch 'cmake_mapnik_config' of https://github.com/mathisloge/mapnik into cmake_mapnik_config

This commit is contained in:
Mathis Logemann 2021-10-13 09:04:31 +02:00
commit 01dccee231

View file

@ -196,7 +196,7 @@ if(WIN32)
)
else()
catch_discover_tests(mapnik-test-unit PROPERTIES
ENVIRONMENT "DYLD_LIBRARY_PATH=$<SHELL_PATH:$<TARGET_FILE_DIR:shapeindex>;$<TARGET_FILE_DIR:mapnik-index>;$ENV{DYLD_LIBRARY_PATH}>"
ENVIRONMENT "PATH=$<SHELL_PATH:$<TARGET_FILE_DIR:shapeindex>;$<TARGET_FILE_DIR:mapnik-index>;$ENV{PATH}>"
)
endif()