Unverified Commit 1771e924 authored by Martin Stump's avatar Martin Stump Committed by GitHub

Remove comment on CTest inclusion

Co-authored-by: default avatarNiels Lohmann <niels.lohmann@gmail.com>
parent ea759d03
...@@ -111,7 +111,7 @@ CONFIGURE_FILE( ...@@ -111,7 +111,7 @@ CONFIGURE_FILE(
## create and configure the unit test target ## create and configure the unit test target
## ##
if (JSON_BuildTests) if (JSON_BuildTests)
include(CTest) #adds option BUILD_TESTING (default ON) include(CTest)
enable_testing() enable_testing()
add_subdirectory(test) add_subdirectory(test)
endif() 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