Skip to content

Commit

Permalink
fix cmake_minimum_required to 3.16 (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
gullradriel authored Jan 26, 2025
1 parent c413f92 commit e463405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Boston, MA 02110-1301, USA.
#

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0005 NEW)

set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/firmware/toolchain-arm-cortex-m.cmake)
Expand Down
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Boston, MA 02110-1301, USA.
#

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

project(firmware)

Expand Down
2 changes: 1 addition & 1 deletion firmware/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

project(standalone_apps)

Expand Down

0 comments on commit e463405

Please sign in to comment.