cmake: remove unneeded enable_testing() cmd (#736)

It is already performed by CTest module
ref: 43372d5ba3/Modules/CTest.cmake (L83-L84)
pull/738/head
Mizux 4 years ago committed by GitHub
parent 63f2c695ed
commit 4b5b25a285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CMakeLists.txt

@ -98,7 +98,6 @@ if(${ABSL_RUN_TESTS})
# enable CTest. This will set BUILD_TESTING to ON unless otherwise specified
# on the command line
include(CTest)
enable_testing()
## check targets
if (NOT ABSL_USE_EXTERNAL_GOOGLETEST)

Loading…
Cancel
Save