Skip to content

Commit

Permalink
Set default policy of CMake to 3.16
Browse files Browse the repository at this point in the history
The main reason to do so is to ensure that https://cmake.org/cmake/help/latest/policy/CMP0094.html#policy:CMP0094 is set to NEW and fix the Python part of #1505 .
  • Loading branch information
traversaro authored Oct 22, 2023
1 parent 9d58b55 commit 92112c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2017 iCub Facility, Istituto Italiano di Tecnologia
# Copyright (C) Fondazione Istituto Italiano di Tecnologia
# Authors: Silvio Traversaro <[email protected]>
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.12...3.16)
project(robotology-superbuild NONE)

## we have to enable C because it is currently used
Expand Down

0 comments on commit 92112c1

Please sign in to comment.