Skip to content

Commit

Permalink
update cmake version in drivers for consistency with other cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Jan 31, 2025
1 parent 7751fdd commit 2595804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/drivers/as5600/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2024 Dmitry Ponomarev <[email protected]>
# Distributed under the terms of the GPL v3 license, available in the file LICENSE.

cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15.3)
project(as5600)

add_library(as5600
Expand Down
2 changes: 1 addition & 1 deletion Src/drivers/sht3x/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2024 Dmitry Ponomarev <[email protected]>
# Distributed under the terms of the GPL v3 license, available in the file LICENSE.

cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15.3)
project(sht3x)

add_library(sht3x
Expand Down

0 comments on commit 2595804

Please sign in to comment.