Update CMakeLists.txt

This commit is contained in:
Pablo Garrido
2020-07-22 08:00:40 +02:00
committed by GitHub
parent 85ef5321f8
commit b7406c4b34
+1 -2
View File
@@ -23,7 +23,6 @@ project(micro_ros_agent LANGUAGES CXX)
find_package(ament_cmake REQUIRED)
find_package(microxrcedds_agent REQUIRED)
find_package(rosidl_cmake REQUIRED)
add_executable(${PROJECT_NAME} src/main.cpp)
@@ -197,4 +196,4 @@ from ${_PYTHON_PKG_TOOL} import *
set (_XmlDoc "<profiles>\n${_XmlDoc}</profiles>\n")
file(WRITE "${_DEFAULT_FASTRTPS_PROFILES_PATH}" "${_XmlDoc}")
endif()
endif()