Skip to content

Remove amrex_utils.cpp from AWAE-C.vcxproj#3258

Merged
andrew-platt merged 1 commit intoOpenFAST:devfrom
deslaughter:fix-vs-build
Mar 12, 2026
Merged

Remove amrex_utils.cpp from AWAE-C.vcxproj#3258
andrew-platt merged 1 commit intoOpenFAST:devfrom
deslaughter:fix-vs-build

Conversation

@deslaughter
Copy link
Collaborator

@deslaughter deslaughter commented Mar 12, 2026

This PR is ready to merge.

Feature or improvement description

Fixes issue where the AWAE-C.vcxproj wouldn't build in Visual Studio because the amrex_utils.cpp file was incorrectly included. This branch was tested with the deploy action and all the projects built successfully.

Impacted areas of the software

Visual Studio AWAE-C project

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Visual Studio build configuration for the AWAE-C module by removing an incorrectly included C++ source file from the project definition.

Changes:

  • Removed amrex_utils.cpp from the AWAE-C Visual Studio C++ project compilation items.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 13 to 15
<ItemGroup>
<ClCompile Include="..\..\modules\awae\src\vtk.cpp" />
<ClCompile Include="..\..\modules\awae\src\amrex_utils.cpp" />
</ItemGroup>
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

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

PR title/description refer to AWAE-C.vfproj, but the actual change is in AWAE-C.vcxproj (and there doesn't appear to be an AWAE-C.vfproj in vs-build/modules). Consider updating the PR title/description to match the file being fixed to avoid confusion when tracking build issues.

Copilot uses AI. Check for mistakes.
@deslaughter deslaughter changed the title Remove amrex_utils.cpp from AWAE-C.vfproj Remove amrex_utils.cpp from AWAE-C.vcxproj Mar 12, 2026
@andrew-platt andrew-platt merged commit 75db7bd into OpenFAST:dev Mar 12, 2026
43 checks passed
@deslaughter deslaughter deleted the fix-vs-build branch March 12, 2026 14:09
This was referenced Mar 12, 2026
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.

3 participants