From 4ef88d510e9af9ed7b875a7d2c292b4cf6502485 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 29 Jan 2018 14:56:29 +0100 Subject: [PATCH 1/1] remove uneeded enable_testing() CTest module already provides it --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b29be00..a3ebe35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.7.4