From 28a71c5dd2790b63db5897ef507e639bf82f96e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Colin=20de=20Verdi=C3=A8re?= Date: Thu, 27 Mar 2025 11:34:24 +0100 Subject: [PATCH] j'utilise Cmake 3.28 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47d1a07..5a21dbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Set the minimum version of CMake that can be used # To find the cmake version run # $ cmake --version -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 3.28) # Set the project name project (seam-carving) @@ -15,4 +15,4 @@ add_executable(seam-carving src/seam-carving.cpp) target_include_directories(seam-carving PRIVATE ${PROJECT_SOURCE_DIR}/deps -) \ No newline at end of file +)