We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfd548 commit e5f6ea5Copy full SHA for e5f6ea5
4 files changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.6)
2
3
project(libappimage)
4
cmake/reproducible_builds.cmake
@@ -2,7 +2,7 @@
# it will replace such paths with relative ones
# see https://reproducible-builds.org/docs/build-path/ for more information
5
6
7
include(CheckCCompilerFlag)
8
cmake/scripts.cmake
-cmake_minimum_required(VERSION 3.2)
include(ExternalProject)
src/libappimage/CMakeLists.txt
add_subdirectory(core)
add_subdirectory(utils)
0 commit comments