[PR #14] [CLOSED] Updated CMake minimum version to 3.5 #13

Closed
opened 2026-02-15 15:54:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/hidapi/pull/14
Author: @aregnak
Created: 5/14/2025
Status: Closed

Base: masterHead: cmakefix


📝 Commits (1)

  • 9fa3e6a Updated CMake minimum version to 3.5

📊 Changes

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

View changed files

📝 CMakeLists.txt (+1 -1)

📄 Description

Updated cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR) in hidapi to cmake_minimum_required(VERSION 3.5 FATAL_ERROR).


🔄 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/RPCS3/hidapi/pull/14 **Author:** [@aregnak](https://github.com/aregnak) **Created:** 5/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cmakefix` --- ### 📝 Commits (1) - [`9fa3e6a`](https://github.com/RPCS3/hidapi/commit/9fa3e6a8c7afc874fd6fe9035150f0ce50165d04) Updated CMake minimum version to 3.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) </details> ### 📄 Description Updated `cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)` in hidapi to `cmake_minimum_required(VERSION 3.5 FATAL_ERROR)`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:54:31 -05:00
yindo closed this issue 2026-02-15 15:54:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/hidapi#13