Skip to content

Commit

Permalink
Remove comment on CTest inclusion
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Lohmann <[email protected]>
  • Loading branch information
globberwops and nlohmann committed Dec 14, 2020
1 parent ea759d0 commit 1771e92
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 @@ -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()
Expand Down

0 comments on commit 1771e92

Please sign in to comment.