Skip to content

Commit

Permalink
De-Deuplicate a Link in Standalone (#202)
Browse files Browse the repository at this point in the history
The standalone shared lib ${salib} contained clap-wrapper-shared
but we also explicitly linked it to the standalone. This didn't
cause any harm but raises a warning at link time on xcode 15
so remove the specious extra link target
  • Loading branch information
baconpaul authored and defiantnerd committed Feb 11, 2024
1 parent 0dcc25b commit 0909abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/wrap_standalone.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ function(target_add_standalone_wrapper)

target_link_libraries(${SA_TARGET} PRIVATE
clap-wrapper-compile-options
clap-wrapper-shared-detail
${salib}
)
endfunction(target_add_standalone_wrapper)

0 comments on commit 0909abd

Please sign in to comment.