Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalke-havoc authored and patrickelectric committed Nov 12, 2024
1 parent 7943034 commit 08293f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08293f5

Please sign in to comment.