-
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 fails to build with CMake + VS on Windows #1523
Comments
This works correctly with OpenFAST 3.4.1 (git hash 1870408). |
There are a few other things that fail. On mac with cmake + gfortran, |
Can you post the output from the |
The error was with
this one is fixed by modifying This was preventing building of some other libraries by themselves. I'm working through those issues now. |
This was fixed with #1535 |
Bug description
When building on Windows with CMake, OneAPI, and VS, the OpenFAST.sln fails to build. The failure appears to be from not finding the relevant types files.
This may be related to the recent cmake updates from PR #1010.
To Reproduce
cmake -G "Visual Studio 16 2019"
-- this runs okstart OpenFAST.sln
-- opens fineExpected behavior
We expect this to compile as expected.
OpenFAST Version
Current dev version (git hash 86b63a9).
The text was updated successfully, but these errors were encountered: