From: Corentin Le Molgat Date: Mon, 29 Jan 2018 13:56:29 +0000 (+0100) Subject: remove uneeded enable_testing() X-Git-Tag: accepted/tizen/5.0/unified/20181102.024921~5^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ef88d510e9af9ed7b875a7d2c292b4cf6502485;hp=cbfd86a1d8f92dc38c6c1bae689c84ebeb4da558;p=platform%2Fupstream%2Fglog.git remove uneeded enable_testing() CTest module already provides it --- 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)