We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9579e6f commit 638f93dCopy full SHA for 638f93d
.github/workflows/cmake.yml
@@ -104,6 +104,7 @@ jobs:
104
-DCMAKE_CXX_COMPILER=${{matrix.compiler}}
105
-DKokkos_DIR=${{runner.workspace}}/build-kokkos/install/lib/cmake/Kokkos
106
-DCabana_DIR=${{runner.workspace}}/build-cabana/install/lib/cmake/Cabana
107
+ -DOmega_h_DIR=${{runner.workspace}}/build-omegah/install/lib/cmake/Omega_h
108
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/build-meshFields/install
109
110
# Initializes the CodeQL tools for scanning. This must be done before the code is built.
0 commit comments