Skip to content

Commit

Permalink
Bump policy_max argument of cmake_minimum_required to 3.28 (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 7, 2024
1 parent b5a0991 commit 2c799b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Authors: Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.12...3.28)

set(ROOT_PROJECT_NAME ICUB)
project(${ROOT_PROJECT_NAME} LANGUAGES C CXX
Expand Down

0 comments on commit 2c799b7

Please sign in to comment.