Update Cmake version requirement
This commit is contained in:
commit
bf217138ed
|
@ -1,9 +1,10 @@
|
||||||
project(kicad)
|
project(kicad)
|
||||||
|
|
||||||
|
# test the minimum Cmake version requirement (could be different under unix or Windows
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
cmake_minimum_required(VERSION 2.6.1 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR)
|
||||||
else(WIN32)
|
else(WIN32)
|
||||||
cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
# Path to local CMake modules.
|
# Path to local CMake modules.
|
||||||
|
|
Loading…
Reference in New Issue