Loading pkgs/by-name/sc/schroot/bump-cmake-minimum.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.12) -cmake_policy(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.10) project(schroot) pkgs/by-name/sc/schroot/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ stdenv.mkDerivation { ./no-default-config.patch ./fix-absolute-paths.patch ./fix-boost-includes.patch ./bump-cmake-minimum.patch ]; nativeBuildInputs = [ Loading Loading
pkgs/by-name/sc/schroot/bump-cmake-minimum.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.12) -cmake_policy(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.10) project(schroot)
pkgs/by-name/sc/schroot/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ stdenv.mkDerivation { ./no-default-config.patch ./fix-absolute-paths.patch ./fix-boost-includes.patch ./bump-cmake-minimum.patch ]; nativeBuildInputs = [ Loading