aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)