1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix build with CMake 4
Origin: gentoo, https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9234861af8572d3b2f2c6ab97e778f24ee70da20
Bug-Debian: https://bugs.debian.org/1113487
Author: Arthur Zamarin <arthurzam@gentoo.org>
Last-Update: 2025-06-24
--- 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.17)
project(schroot)
|