Skip to content

Commit b7406c4

Browse files
authored
Update CMakeLists.txt
1 parent 85ef532 commit b7406c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

micro_ros_agent/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ project(micro_ros_agent LANGUAGES CXX)
2323

2424
find_package(ament_cmake REQUIRED)
2525
find_package(microxrcedds_agent REQUIRED)
26-
find_package(rosidl_cmake REQUIRED)
2726

2827
add_executable(${PROJECT_NAME} src/main.cpp)
2928

@@ -197,4 +196,4 @@ from ${_PYTHON_PKG_TOOL} import *
197196
set (_XmlDoc "<profiles>\n${_XmlDoc}</profiles>\n")
198197

199198
file(WRITE "${_DEFAULT_FASTRTPS_PROFILES_PATH}" "${_XmlDoc}")
200-
endif()
199+
endif()

0 commit comments

Comments
 (0)