nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 37 lines 1.1 kB view raw
1commit 111bb8d98b4ff1897c36ff23806c492e9a313457 2Author: Will Dillon <william@housedillon.com> 3Date: Mon Aug 11 13:58:40 2025 -0700 4 5 Update CMAKE version 6 7diff --git a/CMakeLists.txt b/CMakeLists.txt 8index ea0dfa6..9f1bcb3 100644 9--- a/CMakeLists.txt 10+++ b/CMakeLists.txt 11@@ -20,7 +20,7 @@ 12 # 13 #top level cmake project for ubertooth lib + tools 14 15-cmake_minimum_required(VERSION 2.8) 16+cmake_minimum_required(VERSION 3.10) 17 project(ubertooth_all) 18 set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules 19 CACHE STRING "CMake module path") 20diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt 21index f728056..4336fb0 100644 22--- a/misc/CMakeLists.txt 23+++ b/misc/CMakeLists.txt 24@@ -1,2 +1,2 @@ 25-cmake_minimum_required(VERSION 2.8) 26+cmake_minimum_required(VERSION 3.10) 27 add_subdirectory(udev) 28diff --git a/misc/udev/CMakeLists.txt b/misc/udev/CMakeLists.txt 29index a7d4ed0..f7dcaf8 100644 30--- a/misc/udev/CMakeLists.txt 31+++ b/misc/udev/CMakeLists.txt 32@@ -1,4 +1,4 @@ 33-cmake_minimum_required(VERSION 2.8) 34+cmake_minimum_required(VERSION 3.10) 35 36 if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") 37 SET(SYSTEM_IS_LINUX TRUE)