From cf7f713453daff7987d3f3214e5f56d498706ac7 Mon Sep 17 00:00:00 2001 From: David Nichols Date: Tue, 20 Dec 2022 13:17:07 +0100 Subject: [PATCH] updated min cmake ver --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0d059d..00266df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.12) project(qore-zmq-module)