diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 65a34426f7a..d49fc12604c 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) |