Skip to content

Commit e5f6ea5

Browse files
trinitronxTheAssassin
authored andcommitted
Bump minimum CMake version to 3.6
1 parent fcfd548 commit e5f6ea5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4)
1+
cmake_minimum_required(VERSION 3.6)
22

33
project(libappimage)
44

cmake/reproducible_builds.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# it will replace such paths with relative ones
33
# see https://reproducible-builds.org/docs/build-path/ for more information
44

5-
cmake_minimum_required(VERSION 3.4)
5+
cmake_minimum_required(VERSION 3.6)
66

77
include(CheckCCompilerFlag)
88

cmake/scripts.cmake

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

33
include(ExternalProject)
44

src/libappimage/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.2)
1+
cmake_minimum_required(VERSION 3.6)
22

33
add_subdirectory(core)
44
add_subdirectory(utils)

0 commit comments

Comments
 (0)