From 214c9c49f56cf7a49d1079ad8f81dee07dfdb363 Mon Sep 17 00:00:00 2001 From: Wolfgang Woehl Date: Mon, 25 Dec 2023 18:49:48 +0100 Subject: [PATCH] Fix linking on MacOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf5b2409..a88da5aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0) project(asdcplib)