We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20050cb commit af5f033Copy full SHA for af5f033
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
+cmake_minimum_required (VERSION 3.5)
2
3
if (NOT DEFINED RUN_TEST_SUITE)
4
option (RUN_TEST_SUITE "run test suite after install" ON)
Source/GmmLib/os_release_info.cmake
@@ -28,7 +28,7 @@ if(NOT DEFINED _os_release_info)
28
set(_os_release_info TRUE)
29
30
# Set cmake policies for at least this level:
31
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
32
33
if(POLICY CMP0054)
34
cmake_policy(SET CMP0054 NEW)
0 commit comments