diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e98af5..8498a9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ include_directories(${Boost_INCLUDE_DIR}) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src) option(PING_CPP_BUILD_TESTS "Build the test cases when PING_CPP_BUILD_TESTS is enabled." ON) -message("Building tests: ${PING_CPP_BUILD_TESTS}") if (PING_CPP_BUILD_TESTS) # Add fmt subdirectory