mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
Uncrustify lint format fix. (#7)
This commit is contained in:
committed by
Borja Outerelo
parent
162117d9a2
commit
d1c08622ce
@@ -25,8 +25,8 @@ endif()
|
|||||||
|
|
||||||
ament_package(
|
ament_package(
|
||||||
CONFIG_EXTRAS "microxrcedds_agent_cmake_module-extras.cmake"
|
CONFIG_EXTRAS "microxrcedds_agent_cmake_module-extras.cmake"
|
||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY cmake
|
install(DIRECTORY cmake
|
||||||
DESTINATION share/${PROJECT_NAME}
|
DESTINATION share/${PROJECT_NAME}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -12,4 +12,5 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
list(INSERT CMAKE_MODULE_PATH 0 "${microxrcedds_agent_cmake_module_DIR}/Modules")
|
list(INSERT CMAKE_MODULE_PATH 0
|
||||||
|
"${microxrcedds_agent_cmake_module_DIR}/Modules")
|
||||||
|
|||||||
Reference in New Issue
Block a user