From 0f29ad0c72bc2f63d6982b8f2d27b8a226ec5d1d Mon Sep 17 00:00:00 2001 From: "Vogel, Rick" Date: Mon, 17 Jul 2023 10:28:59 +0200 Subject: [PATCH] remove test sub folder --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 527d6b84..96e0b469 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -500,7 +500,4 @@ set_target_properties(${target} PROPERTIES PUBLIC_HEADER "${HEADERS}") set_target_properties(${target} PROPERTIES VERSION ${CMAKE_PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} ) -install(TARGETS ${target} ) - -enable_testing() -add_subdirectory(tests) \ No newline at end of file +install(TARGETS ${target} ) \ No newline at end of file