We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf0cb2 commit 421dcbbCopy full SHA for 421dcbb
1 file changed
.github/workflows/core.yml
@@ -210,7 +210,7 @@ jobs:
210
211
- name: DAMASK - Compile
212
run: |
213
- cmake -B build -DGRID=ON -DMESH=ON -DCMAKE_INSTALL_PREFIX=${PWD} -DBUILDCMD_POST="--include-directory-after=$(gfortran -print-file-name=include)"
+ cmake -B build -DGRID=ON -DMESH=ON -DCMAKE_INSTALL_PREFIX=${PWD} -DBUILDCMD_POST="-iwithsysroot=$(gfortran -print-file-name=include)"
214
cmake --build build --parallel
215
cmake --install build
216
0 commit comments