Skip to content

Commit

Permalink
Revert "Remove CMAKE_Fortran_COMPILER in favor of FC env var"
Browse files Browse the repository at this point in the history
This reverts commit 0d6deb2.
  • Loading branch information
mdpiper committed Dec 11, 2024
1 parent 0d6deb2 commit 6fee391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Configure, build, and install
working-directory: ${{ github.workspace }}/build
run: |
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=${env:LIBRARY_PREFIX} -DCMAKE_BUILD_TYPE=Release
cmake .. -G Ninja -DCMAKE_Fortran_COMPILER=${env:FC} -DCMAKE_INSTALL_PREFIX=${env:LIBRARY_PREFIX} -DCMAKE_BUILD_TYPE=Release
cmake --build . --target install --config Release
- name: Check (for humans)
Expand Down

0 comments on commit 6fee391

Please sign in to comment.