Skip to content

Commit 2595804

Browse files
committed
update cmake version in drivers for consistency with other cmake files
1 parent 7751fdd commit 2595804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/drivers/as5600/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Dmitry Ponomarev <[email protected]>
22
# Distributed under the terms of the GPL v3 license, available in the file LICENSE.
33

4-
cmake_minimum_required(VERSION 3.10)
4+
cmake_minimum_required(VERSION 3.15.3)
55
project(as5600)
66

77
add_library(as5600

Src/drivers/sht3x/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Dmitry Ponomarev <[email protected]>
22
# Distributed under the terms of the GPL v3 license, available in the file LICENSE.
33

4-
cmake_minimum_required(VERSION 3.10)
4+
cmake_minimum_required(VERSION 3.15.3)
55
project(sht3x)
66

77
add_library(sht3x

0 commit comments

Comments
 (0)