From 4323bd89b3bcdb48daa600804902f51ede7990c1 Mon Sep 17 00:00:00 2001 From: Erik Rigtorp Date: Sun, 17 Sep 2023 19:15:54 -0500 Subject: [PATCH] Require CMake 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f83e934..fc21baa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(MPMCQueue VERSION 1.0 LANGUAGES CXX)