From 5f94ed3ba1bff1c6631d0234c7dbe65c27c4791e Mon Sep 17 00:00:00 2001 From: Simon From Jakosen Date: Wed, 7 Aug 2024 10:16:49 +0200 Subject: [PATCH] decrease cmake version --- helloworld-cpp-cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-cpp-cmake/CMakeLists.txt b/helloworld-cpp-cmake/CMakeLists.txt index 9842310..d170d05 100644 --- a/helloworld-cpp-cmake/CMakeLists.txt +++ b/helloworld-cpp-cmake/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.25) +cmake_minimum_required(VERSION 3.22) project(MyProject VERSION 1.0.0 LANGUAGES C CXX) set(CMAKE_EXPORT_COMPILE_COMMANDS true)