Skip to content

Commit 411d64f

Browse files
committed
Standardize on cmake 3.16 minimum version
1 parent f40814b commit 411d64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/efm-decoder/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 3.16)
22

33
# Set the project name
44
project(efm-tools)

0 commit comments

Comments
 (0)