Skip to content

Commit d1ce12d

Browse files
committed
trying
1 parent bcf0cb2 commit d1ce12d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: DAMASK - Compile
212212
run: |
213-
cmake -B build -DGRID=ON -DMESH=ON -DCMAKE_INSTALL_PREFIX=${PWD} -DBUILDCMD_POST="--include-directory-after=$(gfortran -print-file-name=include)"
213+
cmake -B build -DGRID=ON -DMESH=ON -DCMAKE_INSTALL_PREFIX=${PWD} -DBUILDCMD_POST="-isystem$(mpifort -print-file-name=include) -isystem$(mpic++ -print-file-name=include)"
214214
cmake --build build --parallel
215215
cmake --install build
216216

PRIVATE

0 commit comments

Comments
 (0)