From c3fba6c5ab8d32d1ab9285087fa250c118ca1916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Thu, 11 Feb 2016 15:58:14 +0100 Subject: [PATCH] Remove unnecessary variable Correct name would be CMAKE_COLOR_MAKEFILE and default is ON anyway. --- Installation/cmake/modules/CGAL_Common.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Installation/cmake/modules/CGAL_Common.cmake b/Installation/cmake/modules/CGAL_Common.cmake index adbb899c9a7..a1c6ab483fc 100644 --- a/Installation/cmake/modules/CGAL_Common.cmake +++ b/Installation/cmake/modules/CGAL_Common.cmake @@ -61,8 +61,6 @@ if( NOT CGAL_COMMON_FILE_INCLUDED ) endif() endif() - set(CMAKE_COLORMAKEFILE ON) - # set minimal version of some optional libraries: set( Eigen3_FIND_VERSION "3.1.0")