Remove comment on CTest inclusion
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
parent
ea759d0360
commit
1771e9249f
@ -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()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user