Unverified Commit 1771e924 by Martin Stump Committed by GitHub

Remove comment on CTest inclusion

parent ea759d03
......@@ -111,7 +111,7 @@ CONFIGURE_FILE(
## create and configure the unit test target
##
if (JSON_BuildTests)
include(CTest) #adds option BUILD_TESTING (default ON)
include(CTest)
enable_testing()
add_subdirectory(test)
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment