File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.4 )
1+ cmake_minimum_required (VERSION 3.6 )
22
33project (libappimage)
44
Original file line number Diff line number Diff line change 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
77include (CheckCCompilerFlag)
88
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.2 )
1+ cmake_minimum_required (VERSION 3.6 )
22
33include (ExternalProject)
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.2 )
1+ cmake_minimum_required (VERSION 3.6 )
22
33add_subdirectory (core)
44add_subdirectory (utils)
You can’t perform that action at this time.
0 commit comments