Skip to content

Commit

Permalink
Conditional build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalke-havoc committed Nov 7, 2024
1 parent 4debeb7 commit ac90d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac90d82

Please sign in to comment.