Skip to content

Commit 8c2adeb

Browse files
authored
Increase minimum CMake version (UniversalRobots#412)
Increase minimum version to 3.25.1 which is the version on Debian Bookworm, since this branch is also targeting ROS Kilted at the moment.
1 parent db618f2 commit 8c2adeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5)
1+
cmake_minimum_required(VERSION 3.25.1)
22
project(ur_description)
33

44
find_package(ament_cmake REQUIRED)

0 commit comments

Comments
 (0)