Skip to content

Commit 7b73239

Browse files
authored
Set CMake minimum version to 3.6 - pull request #87 from kairusds/master
Set CMake minimum version to 3.6
2 parents 273618c + 4a1fbdf commit 7b73239

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)
1+
cmake_minimum_required(VERSION 3.6)
22
project(metamod CXX)
33

44
if (WIN32)

metamod/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
#----------------------------------------
2323

24-
cmake_minimum_required(VERSION 3.1)
24+
cmake_minimum_required(VERSION 3.6)
2525
project(metamod CXX)
2626

2727
option(DEBUG "Build with debug information." OFF)

0 commit comments

Comments
 (0)