From b4623992ef98eb614a93d0197d5ed8d1ccb355a3 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Sun, 11 Jan 2026 14:54:09 +0100 Subject: [PATCH] b cmake fix minimum version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4d1025..dd9161f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_minimum_required(VERSION 3.10) project(WSAA_tests LANGUAGES CXX C)