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

Modify CMakelists.txt so that test_bmi_fortran can find iso_c #735

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

stcui007
Copy link
Contributor

@stcui007 stcui007 commented Feb 13, 2024

This PR fix a compile error for extern/test_bmi_fortran where an error such as following occurs:

use bmif_2_0_iso
      1
Fatal Error: Can't open module file ‘bmif_2_0_iso.mod’ for reading at (1): No such file or directory

Additions

Removals

Changes

extern/test_bmi_fortran/CMakeLists.txt

Testing

  1. Local Linux platform test

Screenshots

Notes

Todos

Checklist

  • [x ] PR has an informative and human-readable title
  • [x ] Changes are limited to a single goal (no scope creep)
  • [x ] Code can be automatically merged (no conflicts)
  • [x ] Code follows project standards (link if applicable)
  • [x ] Passes all existing automated tests
  • [x ] Any change in functionality is tested
  • [x ] New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged / future todos are captured in comments
  • [x ] Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)
  • [x ] Reviewers requested with the Reviewers tool ➡️

Testing checklist (automated report can be put here)

Target Environment support

  • [x ] Linux

@stcui007 stcui007 requested a review from program-- February 13, 2024 21:51
Copy link
Contributor

@program-- program-- left a comment

Choose a reason for hiding this comment

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

Just two minor changes, then otherwise it's good!

extern/test_bmi_fortran/CMakeLists.txt Outdated Show resolved Hide resolved
extern/test_bmi_fortran/CMakeLists.txt Outdated Show resolved Hide resolved
@stcui007
Copy link
Contributor Author

stcui007 commented Feb 14, 2024 via email

@stcui007
Copy link
Contributor Author

stcui007 commented Feb 14, 2024 via email

@program-- program-- merged commit 4c7c64c into NOAA-OWP:master Feb 14, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants