]> the.earth.li Git - onak.git/commitdiff
Really fix CMake minimum version
authorJonathan McDowell <noodles@earth.li>
Sun, 10 Aug 2025 16:38:59 +0000 (17:38 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 10 Aug 2025 16:38:59 +0000 (17:38 +0100)
We need ... not .. to separate the versions.

CMakeLists.txt

index 9f83d95dd7745233da14068a04d3464ef50caab3..4dc5c841623d2ae13da8ebe48c34d74f315be29b 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1..3.31 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.1...3.31 FATAL_ERROR)
 project(onak VERSION 0.6.3 LANGUAGES C)
 
 include(CheckSymbolExists)