diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d3407d6a3..98e46cbc8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)