-
Notifications
You must be signed in to change notification settings - Fork 512
Closed
Description
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
- Following steps in https://openfast.readthedocs.io/en/main/source/install/index.html#cmake-with-visual-studio-for-windows
cmake -G "Visual Studio 16 2019"-- this runs okstart OpenFAST.sln-- opens fine- Build solution -- fails on 14 of 87 projects
Expected behavior
We expect this to compile as expected.
OpenFAST Version
Current dev version (git hash 86b63a9).
Reactions are currently unavailable