Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtg_setup_platform_toolset causes warnings with recent apple toolchain #12

Open
timblechmann opened this issue Jan 28, 2025 · 1 comment

Comments

@timblechmann
Copy link

smtg_setup_platform_toolset adds libc++ to the libraries:link_libraries(c++)

this seems to be implicit nowadays and the linker will warn:

ld: warning: ignoring duplicate libraries: '-lc++'

removing link_libraries(c++) fixes the issue (the code seems to be a relic from the libstdc++->libc++ migration of macos)

@ygrabit
Copy link
Contributor

ygrabit commented Feb 6, 2025

Thanks we will fix in the next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants