From 6d796287b6011fa5cf041e8d6795cbfa0aaf6fd4 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Wed, 13 Nov 2024 20:51:39 -0600 Subject: [PATCH] Disable the tests for in-Boost builds. --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc2d0dc..c9d78d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,12 +22,6 @@ target_link_libraries(boost_parser Boost::type_index ) -if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt") - - add_subdirectory(test) - -endif() - else() cmake_minimum_required(VERSION 3.14...3.20)