From 58e8616d7f26d1657b0bc249eb119e289e131cf2 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 10 Jun 2022 16:16:58 +0200 Subject: [PATCH] posix-h4: require cmake 3.18 --- port/posix-h4/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/posix-h4/CMakeLists.txt b/port/posix-h4/CMakeLists.txt index 924315779..2efa41fde 100644 --- a/port/posix-h4/CMakeLists.txt +++ b/port/posix-h4/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.5) +cmake_minimum_required (VERSION 3.18) project(BTstack-posix-h4)