Skip to content

Commit

Permalink
remove embeddedRTPS/src/rtps.cpp from make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibagon1go committed Feb 13, 2022
1 parent b9e3070 commit c5faad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ target_sources(mros2
embeddedRTPS/src/communication/UdpDriver.cpp
embeddedRTPS/src/messages/MessageTypes.cpp
embeddedRTPS/src/messages/MessageReceiver.cpp
embeddedRTPS/src/rtps.cpp
embeddedRTPS/src/discovery/TopicData.cpp
embeddedRTPS/src/discovery/ParticipantProxyData.cpp
embeddedRTPS/src/discovery/SEDPAgent.cpp
Expand All @@ -32,4 +31,4 @@ target_sources(mros2
embeddedRTPS/thirdparty/Micro-CDR/src/c/types/string.c
embeddedRTPS/thirdparty/Micro-CDR/src/c/types/sequence.c
embeddedRTPS/thirdparty/Micro-CDR/src/c/types/array.c
)
)

0 comments on commit c5faad8

Please sign in to comment.