diff --git a/CMakeLists.txt b/CMakeLists.txt index c6650eab5e..96b42a0117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# We require CMake >= 3.0 -cmake_minimum_required(VERSION 3.0) +# We require CMake >= 3.2 +cmake_minimum_required(VERSION 3.2) # add this options before PROJECT keyword set(CMAKE_DISABLE_SOURCE_CHANGES ON)