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