Skip to content

Commit 7943034

Browse files
cdalke-havocpatrickelectric
authored andcommitted
Conditional build tests
1 parent 96e2fc6 commit 7943034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include_directories(${Boost_INCLUDE_DIR})
2121
# Include modules
2222
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src)
2323

24-
option(PING_CPP_BUILD_TESTS "" ON)
24+
option(PING_CPP_BUILD_TESTS "Build the test cases when PING_CPP_BUILD_TESTS is enabled." ON)
2525
message("Building tests: ${PING_CPP_BUILD_TESTS}")
2626

2727
if (PING_CPP_BUILD_TESTS)

0 commit comments

Comments
 (0)