From 6978da552efcf9a4394c747553ea75f53e3af832 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 2 Jun 2021 06:01:04 +0300 Subject: [PATCH] Do not include test/CMakeLists.txt --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8473f1..ecd71b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,12 +23,6 @@ target_link_libraries(boost_static_string Boost::utility ) -if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt") - - add_subdirectory(test) - -endif() - else() #