Skip to content

Commit 8e236e1

Browse files
0xc0170hugueskamba
authored andcommitted
CMake: 3.18.2 minimum version set
There are fixes in the latest version we need for ARMClang.
1 parent a46266d commit 8e236e1

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)