Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.6)

project(libappimage)

Expand Down
2 changes: 1 addition & 1 deletion cmake/reproducible_builds.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# it will replace such paths with relative ones
# see https://reproducible-builds.org/docs/build-path/ for more information

cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.6)

include(CheckCCompilerFlag)

Expand Down
2 changes: 1 addition & 1 deletion cmake/scripts.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.6)

include(ExternalProject)

Expand Down
2 changes: 1 addition & 1 deletion src/libappimage/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.6)

add_subdirectory(core)
add_subdirectory(utils)
Expand Down