[PR #57] CMakeLists: set minimum required version to 3.10 for cmake 4.x compat… #43

Open
opened 2026-03-04 14:52:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/f00b4r0/uspot/pull/57
Author: @BKPepe
Created: 12/29/2025
Status: 🔄 Open

Base: nextHead: cmake-bump


📝 Commits (1)

  • dc4a3b8 CMakeLists: set minimum required version to 3.10 for cmake 4.x

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/CMakeLists.txt (+1 -1)

📄 Description

…ibility

Fixes:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

Follow-up of https://github.com/f00b4r0/uspot/pull/51


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/f00b4r0/uspot/pull/57 **Author:** [@BKPepe](https://github.com/BKPepe) **Created:** 12/29/2025 **Status:** 🔄 Open **Base:** `next` ← **Head:** `cmake-bump` --- ### 📝 Commits (1) - [`dc4a3b8`](https://github.com/f00b4r0/uspot/commit/dc4a3b87aed65cf4f1768b26ab0084979fcdbd86) CMakeLists: set minimum required version to 3.10 for cmake 4.x ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/CMakeLists.txt` (+1 -1) </details> ### 📄 Description …ibility Fixes: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. ``` Follow-up of https://github.com/f00b4r0/uspot/pull/51 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uspot#43
No description provided.