Skip to content

Commit

Permalink
Add newline at EOF for CmakeLists files
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Jan 18, 2024
1 parent 9de30f5 commit 06a7683
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ if(BUILD_TESTING)
include(CTest)
add_subdirectory(tests)
endif()

2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ add_subdirectory(camera)
add_subdirectory(laser)
add_subdirectory(forcetorque)
add_subdirectory(imu)
add_subdirectory(basestate)
add_subdirectory(basestate)
1 change: 0 additions & 1 deletion plugins/robotinterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ target_link_libraries(gz-sim-yarp-robotinterface-system
gz-sim-yarp-handler)

install(TARGETS gz-sim-yarp-robotinterface-system)

0 comments on commit 06a7683

Please sign in to comment.