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

Fix path to installed MAP include files #2442

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

deslaughter
Copy link
Collaborator

@deslaughter deslaughter commented Sep 27, 2024

This PR is ready to be merged.

Feature or improvement description

PR #2392 added support for installing the MAP header files; however, the location of the installed files in $<INSTALL_INTERFACE:*> weren't specified correctly. This caused CMake to generate an error about the header files not being found when importing the library in Nalu-Wind (#2435). This PR corrects the path specified via $<INSTALL_INTERFACE:*>. This PR has been verified to fix the issue during a Nalu-Wind compilation.

Impacted areas of the software

MAP++'s CMakeList.txt

@andrew-platt
Copy link
Collaborator

Fixes: #2435

Copy link
Collaborator

@andrew-platt andrew-platt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. And thanks to @ndevelder for testing.

@deslaughter deslaughter linked an issue Sep 27, 2024 that may be closed by this pull request
@andrew-platt andrew-platt merged commit 14958ec into OpenFAST:dev Sep 27, 2024
60 of 63 checks passed
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenFAST dev not providing linking/include directory in cmake
2 participants