orocos / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library
679 stars 407 forks source link

Remove CMake warning related to minimum version #385

Closed jacobperron closed 2 years ago

jacobperron commented 2 years ago

Since the minimum required version of cmake is now 3.0.2, we now see these warnings to remove conditions. This commit removes the warnings and conditions that are no longer needed.