-
Notifications
You must be signed in to change notification settings - Fork 466
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
OpenFAST dev not providing linking/include directory in cmake #2435
Comments
In PR #2392, @sanguinariojoe moved the |
I created the following FindMapPP.cmake:
|
P.S. You will need to add the |
@sanguinariojoe Can you take a look at #2442 and let me know if it will affect your usage of the library? This issue is caused by |
Looks fine, I would proceed with the pr
…On Fri, 27 Sept 2024, 16:51 Derek Slaughter, ***@***.***> wrote:
@sanguinariojoe <https://github.com/sanguinariojoe> Can you take a look
at #2442 <#2442> and let me know
if it will affect your usage of the library? This issue is caused by
install/lib/cmake/OpenFASTLibraries.cmake not having the correct path to
those headers.
—
Reply to this email directly, view it on GitHub
<#2435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXKKHGWX3QKSRKGH4D62LZYVWGZAVCNFSM6AAAAABO254QMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZZGQ3DAOBSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm getting this when I build with Nalu-Wind +fsi using openfast dev
And I'm pretty sure this is because MAP_Types.h got moved to the subdirectory "mappp"? Is there a way for openfast to provide this directory such that find_package picks it up? Or maybe there's a different solution that makes more sense?
The text was updated successfully, but these errors were encountered: