mirror of https://github.com/CGAL/cgal
Remove unnecessary variable
Correct name would be CMAKE_COLOR_MAKEFILE and default is ON anyway.
This commit is contained in:
parent
50f7ad33c8
commit
c3fba6c5ab
|
|
@ -61,8 +61,6 @@ if( NOT CGAL_COMMON_FILE_INCLUDED )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_COLORMAKEFILE ON)
|
|
||||||
|
|
||||||
# set minimal version of some optional libraries:
|
# set minimal version of some optional libraries:
|
||||||
set( Eigen3_FIND_VERSION "3.1.0")
|
set( Eigen3_FIND_VERSION "3.1.0")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue