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

Incorrect linking order for Ubuntu installation #47

Open
farosikaria opened this issue Feb 29, 2024 · 0 comments
Open

Incorrect linking order for Ubuntu installation #47

farosikaria opened this issue Feb 29, 2024 · 0 comments

Comments

@farosikaria
Copy link
Collaborator

In apps/src/CMakeLists.txt, move all target_link_libraries(...... glass_utils) lines just before just before each "install(TARGETS ...)" line.

Some linkers (apparently the ones on Linux, but not on OSX) require a particular order for the libs: The library providing a symbol must always come after the library that needs the symbol.

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

1 participant