Increased required version of CMake to 2.4.6, because I have a troubles with CMake 2.4.3 and don't have it with CMake 2.4.6.
This commit is contained in:
parent
cae637110f
commit
2a1843c3a9
|
@ -2,7 +2,7 @@
|
||||||
# visual studio, and in our makefiles.
|
# visual studio, and in our makefiles.
|
||||||
PROJECT(kicad)
|
PROJECT(kicad)
|
||||||
|
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4 FATAL_ERROR)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR)
|
||||||
|
|
||||||
# Uncomment this line if you want verbose build messages.
|
# Uncomment this line if you want verbose build messages.
|
||||||
#SET(CMAKE_VERBOSE_MAKEFILE ON)
|
#SET(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
|
|
Loading…
Reference in New Issue