diff --git a/CMakeLists.txt b/CMakeLists.txt index a2e2c10341..6c5d4d80c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # We require CMake >= 3.2 -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.8) # add this options before PROJECT keyword set(CMAKE_DISABLE_SOURCE_CHANGES ON)