Do not include test/CMakeLists.txt

This commit is contained in:
Peter Dimov
2021-06-02 06:01:04 +03:00
parent e6895ea26b
commit 6978da552e

View File

@ -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()
#