diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index b09b6adb04..798cc5e4af 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -4,7 +4,8 @@ # Copyright (c) 2006, Peter Kümmel, # -CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR) +#not really needed +#CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR) # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked