[Scummvm-git-logs] scummvm master -> 58c6eb9bffc43e4201a8dd9457963500d73662bc
sev-
noreply at scummvm.org
Wed Apr 24 23:06:11 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
58c6eb9bff DEVTOOLS: Raise minimum cmake version to 3.13
Commit: 58c6eb9bffc43e4201a8dd9457963500d73662bc
https://github.com/scummvm/scummvm/commit/58c6eb9bffc43e4201a8dd9457963500d73662bc
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2024-04-25T01:06:08+02:00
Commit Message:
DEVTOOLS: Raise minimum cmake version to 3.13
Versions less than 3.5 are deprecated. The generated cmake has
minimum version 3.13 too.
Changed paths:
devtools/create_project/cmake/CMakeLists.txt
diff --git a/devtools/create_project/cmake/CMakeLists.txt b/devtools/create_project/cmake/CMakeLists.txt
index 9bbf9a7876d..79590946e9b 100644
--- a/devtools/create_project/cmake/CMakeLists.txt
+++ b/devtools/create_project/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.13)
project(create_project)
More information about the Scummvm-git-logs
mailing list