Skip to content

Commit e9765e6

Browse files
committed
Update to a slightly newer CMake
1 parent ba76991 commit e9765e6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
cmake_minimum_required(VERSION 3.7.2)
1+
# The minimum version is the version supported by the oldest Debian release
2+
# Ubuntu 20.04LTS uses 3.16.3
3+
cmake_minimum_required(VERSION 3.13.4)
24
project(opendw)
35

46
set(PACKAGE opendw)

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
cmake_minimum_required(VERSION 3.7.2)
1+
# The minimum version is the version supported by the oldest Debian release
2+
# Ubuntu 20.04LTS uses 3.16.3
3+
cmake_minimum_required(VERSION 3.13.4)
24
project(opendw)
35

46
option(ENABLE_TOOLS "Enable developer tools" OFF)

src/fe/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
cmake_minimum_required(VERSION 3.7.2)
1+
# The minimum version is the version supported by the oldest Debian release
2+
# Ubuntu 20.04LTS uses 3.16.3
3+
cmake_minimum_required(VERSION 3.13.4)
24

35
project(opendw)
46
set(TARGET_NAME sdldragon)

src/lib/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
cmake_minimum_required(VERSION 3.7.2)
1+
# The minimum version is the version supported by the oldest Debian release
2+
# Ubuntu 20.04LTS uses 3.16.3
3+
cmake_minimum_required(VERSION 3.13.4)
24
project(opendw)
35
set(TARGET_NAME dragon)
46

0 commit comments

Comments
 (0)