Skip to content

Commit 6d79628

Browse files
committed
Disable the tests for in-Boost builds.
1 parent bb0fb88 commit 6d79628

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ target_link_libraries(boost_parser
2222
Boost::type_index
2323
)
2424

25-
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
26-
27-
add_subdirectory(test)
28-
29-
endif()
30-
3125
else()
3226

3327
cmake_minimum_required(VERSION 3.14...3.20)

0 commit comments

Comments
 (0)