We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ef532 commit b7406c4Copy full SHA for b7406c4
micro_ros_agent/CMakeLists.txt
@@ -23,7 +23,6 @@ project(micro_ros_agent LANGUAGES CXX)
23
24
find_package(ament_cmake REQUIRED)
25
find_package(microxrcedds_agent REQUIRED)
26
-find_package(rosidl_cmake REQUIRED)
27
28
add_executable(${PROJECT_NAME} src/main.cpp)
29
@@ -197,4 +196,4 @@ from ${_PYTHON_PKG_TOOL} import *
197
196
set (_XmlDoc "<profiles>\n${_XmlDoc}</profiles>\n")
198
199
file(WRITE "${_DEFAULT_FASTRTPS_PROFILES_PATH}" "${_XmlDoc}")
200
-endif()
+endif()
0 commit comments