Skip to content

Commit 201ca6c

Browse files
chore: bump min cmake version to 3.10 (#569)
* chore: bump min cmake version to 3.10 * update submodule
1 parent 120e0e7 commit 201ca6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
22

33
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
44
# Enable runtime library selection via CMAKE_MSVC_RUNTIME_LIBRARY

0 commit comments

Comments
 (0)