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

correct installation directory for Fortran module files. #130

Merged
merged 1 commit into from
May 26, 2020
Merged

correct installation directory for Fortran module files. #130

merged 1 commit into from
May 26, 2020

Conversation

aerorahul
Copy link
Contributor

This PR fixes the installation path of compiled Fortran module files.

Previously their destination was:
${CMAKE_INSTALL_PREFIX}/include/include

This has now been corrected to:
${CMAKE_INSTALL_PREFIX}/include

closes #129

@aerorahul aerorahul added the bug Something isn't working label May 21, 2020
Copy link
Contributor

@fossell fossell left a comment

Choose a reason for hiding this comment

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

This change only impacts cmake builds, no impact to unipost functions. I can merge once approval given by another release team member.

@fossell fossell merged commit 87f9840 into NOAA-EMC:release/public-v1 May 26, 2020
@aerorahul aerorahul deleted the bugfix/installdir branch June 29, 2020 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants