From 247ceff7a7f709aea639026e0bf3be65f8f2b4d2 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sun, 24 Jan 2021 19:36:01 +0100 Subject: [PATCH] temporarily remove find dll. only windows specific. needs better impl --- test/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index eb5149e14..63a0da82c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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) \ No newline at end of file +catch_discover_tests(map_xml_test)