Skip to content

Commit 6ae34a6

Browse files
committed
CMake: 3.18.2 minimum version set
There are fixes in the latest version we need for ARMClang.
1 parent b16a2c2 commit 6ae34a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This is the boilerplate for Mbed OS
55

6-
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
6+
cmake_minimum_required(VERSION 3.18.2 FATAL_ERROR)
77

88
# Using relative paths behavior
99
if(POLICY CMP0076)

0 commit comments

Comments
 (0)