From 08293f561d835821e3e4dce1c9179c0ca188d747 Mon Sep 17 00:00:00 2001 From: Chris Dalke Date: Tue, 12 Nov 2024 08:36:34 -0500 Subject: [PATCH] Remove log message --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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