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

cmake: correct findlibffi target set #30

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

vicentebolea
Copy link
Contributor

It corrects libffi::libffi targets properties so that CMake libraries that links to libffi::libffi can set their rpath pointing to the directory where libffi was found.

We need this particularly in the ADIOS2 project so that we can build ADIOS2 with Spack since Spack does not set the LD_LIBRARY_PATH of the loaded libraries requiring projects linking to libraries in Spack to set their corresponding runpath.

@vicentebolea
Copy link
Contributor Author

ping @eisenhauer @GTkorvo

@eisenhauer eisenhauer merged commit c24018d into GTkorvo:master Dec 22, 2022
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

Successfully merging this pull request may close these issues.

2 participants