From 06c66788a7ee8c941e68a55bcc2654dbcf4cae09 Mon Sep 17 00:00:00 2001 From: andriish Date: Fri, 27 Mar 2026 15:02:19 +0100 Subject: [PATCH] Update CMakeLists.txt: version and allow for modern cmake Update CMakeLists.txt: version and allow for modern cmake. W/o the later change the builds fail on some systems. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c86630f4..a64d7bee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ #This file can be used to build binder using preinstalled LLVM/Clang -CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5...4.0) PROJECT(binder CXX C) -SET(VERSION 1.4.1) +SET(VERSION 1.4.3) option(STATIC "Statically compile Binder. See `documentation/install.rst` for more information." OFF) set(CMAKE_VERBOSE_MAKEFILE ON) #So far there are exceptions in config.cpp