Remove comment on CTest inclusion

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
pull/2514/head
Martin Stump 2020-12-14 10:59:38 +01:00 committed by GitHub
parent ea759d0360
commit 1771e9249f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()