Skip to content

Commit e759b55

Browse files
committed
Bump Cmake min version
1 parent 545a1a1 commit e759b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

5-
cmake_minimum_required(VERSION 3.10)
5+
cmake_minimum_required(VERSION 3.15)
66

77
# Multi config generators such as Visual Studio ignore CMAKE_BUILD_TYPE. Multi config generators are configured with
88
# CMAKE_CONFIGURATION_TYPES, but limiting options in it completely removes such build options

0 commit comments

Comments
 (0)