Skip to content

Commit

Permalink
Fixed how asio is linked
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Mar 26, 2024
1 parent 8261aa2 commit 9072d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecaludp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ add_library (ecaludp::ecaludp ALIAS ${PROJECT_NAME})

target_link_libraries(${PROJECT_NAME}
PUBLIC
asio::asio
$<BUILD_INTERFACE:asio::asio>
PRIVATE
# Link header-only libs (recycle) as described in this workaround:
# https://gitlab.kitware.com/cmake/cmake/-/issues/15415#note_633938
Expand Down

0 comments on commit 9072d64

Please sign in to comment.