Closed jacobperron closed 3 years ago
@meyerj @smits any objections for this one?
@meyerj @smits any objections for this one?
The declared minimum CMake version is still 2.6 according to orocos_kdl/CMakeLists.txt, which like was already outdated before. I have no objections against using modern CMake in KDL, but then I suggest to also update the cmake_minimum_required()
statement to 3.0.2
, like in python_orocos_kdl/CMakeLists.txt (https://github.com/orocos/orocos_kinematics_dynamics/pull/297). That also makes the checks of policy CMP0048 obsolete because cmake_minimum_required(VERSION ...) sets all policies introduced earlier to NEW
internally.
@meyerj I updated the minimum cmake version.
Original pull request on ROS 2 fork: https://github.com/ros2/orocos_kinematics_dynamics/pull/14