From ac90d82b4d086efef448af1425784d5b92b16daf Mon Sep 17 00:00:00 2001 From: Chris Dalke Date: Thu, 7 Nov 2024 18:23:51 -0500 Subject: [PATCH] Conditional build tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb8e66..1e98af5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include_directories(${Boost_INCLUDE_DIR}) # Include modules add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src) -option(PING_CPP_BUILD_TESTS "" ON) +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)