Skip to content

Commit

Permalink
Update plotjuggler_plugins/ParserProtobuf/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Jan 26, 2024
1 parent 2c85050 commit 429e71c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plotjuggler_plugins/ParserProtobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ if( Protobuf_FOUND)
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
find_library(ABSL_SPINLOCK_WAIT_LIB absl_spinlock_wait)

target_link_libraries(ProtobufParser
${ABSL_SPINLOCK_WAIT_LIB}
)
target_link_libraries(ProtobufParser ${ABSL_SPINLOCK_WAIT_LIB} )
endif()

target_link_libraries(ProtobufParser
Expand Down

0 comments on commit 429e71c

Please sign in to comment.