From 7e1c13521e54415937a6a9e18d8b53eb92432719 Mon Sep 17 00:00:00 2001 From: Connor Imes Date: Tue, 5 Mar 2024 17:05:41 -0500 Subject: [PATCH] RELEASES: document HOSP_HIDAPI_PC_MODULES build option --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index ad3f269..1ede9ab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Build: - - Increase minimum required cmake version to 3.16. + - Increase minimum required CMake version to 3.16. - Prefer native HIDAPI backends over `libusb` backend. + - Add `HOSP_HIDAPI_PC_MODULES` CMake option to let user configure the HIDAPI module search order. - README: update documentation. - CI: Switch from Travis CI to GitHub workflows for continuous integration.