Skip to content

Commit

Permalink
(kdl) Use minimal cmake 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Oct 29, 2021
1 parent ef39a4f commit ef1aef5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions orocos_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#
# Test CMake version
#
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(POLICY CMP0048)
CMAKE_POLICY(SET CMP0048 NEW)
ENDIF()
#MARK_AS_ADVANCED( FORCE CMAKE_BACKWARDS_COMPATIBILITY )
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2)


###################################################
Expand Down

0 comments on commit ef1aef5

Please sign in to comment.