From 5c07cd9d1aa7db064befb6f64f7d0f71bb2684ef Mon Sep 17 00:00:00 2001 From: Tomasz Lemiech Date: Sat, 19 Oct 2024 20:35:19 +0200 Subject: [PATCH] Downgrade cmake requirement to 3.6 pthread_barrier search doesn't work when set to 3.12. But we don't require this version anyway, so let's downgrade it for the timebeing. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ff18f..3d29a9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.12) +cmake_minimum_required (VERSION 3.6) project (dumpvdl2 C) set (DUMPVDL2_VERSION_MAJOR 2)