cmake_minimum_required(VERSION 3.22)
project(moveit_runtime LANGUAGES NONE)
find_package(ament_cmake REQUIRED)

ament_package()
