From 965db7e3243aecb02f7f57b4fe8dabe9ad50a697 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 23:47:23 +0100 Subject: Lower cmake_minimum_required to 3.17 and tidy generate_certificate.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4.0 was unnecessarily strict — the highest feature used is foreach(IN ZIP_LISTS) from 3.17. Also fix the shebang, complete the Produces header, and document the OPC UA v3_ext requirements. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a43f5..a86cb77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # All programs link against common (shared helpers and config parser) which in # turn depends on open62541. -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.17) project(BobinkOpcUaC C) set(CMAKE_C_STANDARD 11) -- cgit v1.2.3