From 9fcfb492c70c9699ff573eb2cc42eb0bd36eebd2 Mon Sep 17 00:00:00 2001 From: Andrew Slabko Date: Sat, 18 Apr 2026 05:44:46 +0200 Subject: [PATCH] Require CMake v3.12 To support --parallel for faster builds --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24b71bab..2eab3e7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED (VERSION 3.5.2) +CMAKE_MINIMUM_REQUIRED (VERSION 3.12) LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")