Skip to content

Commit 34ecff4

Browse files
(PyKDL) reduce min cmake version to 3.16 (#490)
1 parent 0c97c6a commit 34ecff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_orocos_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.20)
1+
cmake_minimum_required(VERSION 3.16)
22
if(POLICY CMP0048)
33
cmake_policy(SET CMP0048 NEW)
44
endif()

0 commit comments

Comments
 (0)