Skip to content

Commit

Permalink
Actually enabled library type
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Nov 20, 2024
1 parent 929cc4a commit eea0ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp_pubsub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(sources
src/tcp_pubsub_logger_abstraction.h
)

add_library (${PROJECT_NAME}
add_library (${PROJECT_NAME} ${TCP_PUBSUB_LIBRARY_TYPE}
${includes}
${sources}
)
Expand Down

0 comments on commit eea0ccb

Please sign in to comment.