temporarily remove find dll. only windows specific. needs better impl
This commit is contained in:
parent
953796645f
commit
247ceff7a7
1 changed files with 1 additions and 4 deletions
|
@ -167,9 +167,6 @@ target_link_libraries(
|
|||
include(CTest)
|
||||
include(${catch2_SOURCE_DIR}/contrib/Catch.cmake)
|
||||
include(${catch2_SOURCE_DIR}/contrib/ParseAndAddCatchTests.cmake)
|
||||
set(APPS mapnik-test-unit mapnik-test-visual mapnik::mapnik) # paths to executables
|
||||
set(DIRS ${CMAKE_BINARY_DIR}/src/RelWithDebInfo) # directories to search for prerequisites
|
||||
copy_dlls_for_debug(${APPS} \"\" ${DIRS})
|
||||
|
||||
file(COPY data DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/test)
|
||||
file(COPY data-visual DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/test)
|
||||
|
@ -178,4 +175,4 @@ ParseAndAddCatchTests(mapnik-test-unit)
|
|||
catch_discover_tests(agg_rasterizer_integer_overflow_test)
|
||||
catch_discover_tests(datasource_registration_test)
|
||||
catch_discover_tests(font_registration_test)
|
||||
catch_discover_tests(map_xml_test)
|
||||
catch_discover_tests(map_xml_test)
|
||||
|
|
Loading…
Reference in a new issue