Update docker cmake to 3.28 and update minimum to 3.28, as well as remove uneeded minimum

This commit is contained in:
Zion Nimchuk 2025-03-31 20:03:28 -07:00 committed by Elad
parent 5526c33d69
commit 89ae495c36
6 changed files with 7 additions and 10 deletions

View file

@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.0)
project(libusb)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")