Skip to content

Commit af5f033

Browse files
authored
Update Cmake minimum version to 3.5 (#238)
1 parent 20050cb commit af5f033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
1+
cmake_minimum_required (VERSION 3.5)
22

33
if (NOT DEFINED RUN_TEST_SUITE)
44
option (RUN_TEST_SUITE "run test suite after install" ON)

Source/GmmLib/os_release_info.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(NOT DEFINED _os_release_info)
2828
set(_os_release_info TRUE)
2929

3030
# Set cmake policies for at least this level:
31-
cmake_minimum_required(VERSION 2.8.12)
31+
cmake_minimum_required(VERSION 3.5)
3232

3333
if(POLICY CMP0054)
3434
cmake_policy(SET CMP0054 NEW)

0 commit comments

Comments
 (0)