mirror of https://github.com/CGAL/cgal
correct cmake version warning
This commit is contained in:
parent
74eb9279d8
commit
2fcd348b36
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.4.5)
|
||||
|
||||
#path where to build libraries
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
||||
|
|
|
|||
Loading…
Reference in New Issue