Skip to content

Commit

Permalink
CI: See if this fixes fmt location
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 11, 2023
1 parent dd98b1d commit 9969551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GTEST_PATH=${GTEST_PATH:-${INSTALL_PATH}}
KOKKOS_PATH=${KOKKOS_PATH:-${INSTALL_PATH}}
METIS_PATH=${METIS_PATH:-${INSTALL_PATH}}
PARMETIS_PATH=${PARMETIS_PATH:-${INSTALL_PATH}}
FMT_PATH=${FMT_PATH:-${INSTALL_PATH}}

### Set to ON for parallel compile; otherwise OFF for serial (default)
if [ "${MPI}" = "" ]
Expand Down Expand Up @@ -535,6 +536,7 @@ ${FAODEL_SYMBOLS} \
-D Metis_ROOT:PATH=${METIS_PATH} \
-D ParMETIS_ROOT:PATH=${PARMETIS_PATH} \
-D PNetCDF_ROOT:PATH=${PNETCDF_PATH} \
-D fmt_ROOT:PATH=${FMT_PATH} \
\
$EXTRA_ARGS \
${ACCESS}
Expand Down

0 comments on commit 9969551

Please sign in to comment.