remove uneeded enable_testing()
authorCorentin Le Molgat <corentinl@google.com>
Mon, 29 Jan 2018 13:56:29 +0000 (14:56 +0100)
committerCorentin Le Molgat <corentinl@google.com>
Tue, 6 Feb 2018 09:37:26 +0000 (10:37 +0100)
CTest module already provides it

CMakeLists.txt

index b29be00..a3ebe35 100644 (file)
@@ -10,8 +10,6 @@ endif (POLICY CMP0063)
 
 project (glog)
 
-enable_testing ()
-
 set (GLOG_MAJOR_VERSION 0)
 set (GLOG_MINOR_VERSION 3)
 set (GLOG_PATCH_VERSION 5)