Skip to content

Commit 9dfcab3

Browse files
committed
Refs #16427. Increase cmake minimum required
Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent 2510ae2 commit 9dfcab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###############################################################################
1616
# CMake build rules for Micro CDR
1717
###############################################################################
18-
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
18+
cmake_minimum_required(VERSION 3.15)
1919

2020
###############################################################################
2121
# Build options

0 commit comments

Comments
 (0)