Skip to content

Commit

Permalink
Bump minimum required version of CMake to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Sep 30, 2024
1 parent be19467 commit 3bc89f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
e_mi# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(HumanDynamicsEstimation
LANGUAGES CXX
VERSION 4.0.2)
Expand Down
2 changes: 1 addition & 1 deletion devices/Paexo/test-application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause


cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(PaexoTestApplication)

find_package(IWear REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion interfaces/IWear/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause


cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
project(IWear LANGUAGES CXX VERSION ${PROJECT_VERSION})

include(GNUInstallDirs)
Expand Down

0 comments on commit 3bc89f3

Please sign in to comment.