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:
plyatov 2007-11-16 16:25:27 +00:00
parent cae637110f
commit 2a1843c3a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# visual studio, and in our makefiles.
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.
#SET(CMAKE_VERBOSE_MAKEFILE ON)