From 11b4527e60ef89070779ed77f9b940f951aba0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Sun, 14 Jul 2024 14:12:27 +0200 Subject: [PATCH] cmake: mark CMake 3.28.3 as compatible --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0ec178..cbcc6a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 2.8.12...3.28.3) # nsync provides portable synchronization primitives, such as mutexes and # condition variables.