Skip to content

Commit

Permalink
CI: Use system paths with modern... [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 9, 2022
1 parent 5bcf215 commit d412bfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ then
# MODERN_ARG="-D TPL_ENABLE_HDF5:BOOL=ON -D Netcdf_ALLOW_MODERN:BOOL=ON"
MODERN_ARG="-D Netcdf_FORCE_MODERN:BOOL=ON"
else
MODERN_ARG=""
MODERN_ARG="-D HDF5_NO_SYSTEM_PATHS=YES"
fi

GENERATOR=${GENERATOR:-"Unix Makefiles"}
Expand Down Expand Up @@ -528,7 +528,6 @@ ${FAODEL_SYMBOLS} \
-D MPI_BIN_DIR:PATH=${MPI_BIN} \
-D NetCDF_ROOT:PATH=${NETCDF_PATH} \
-D HDF5_ROOT:PATH=${HDF5_PATH} \
-D HDF5_NO_SYSTEM_PATHS=YES \
-D CGNS_ROOT:PATH=${CGNS_PATH} \
-D Matio_ROOT:PATH=${MATIO_PATH} \
-D Metis_ROOT:PATH=${METIS_PATH} \
Expand Down

0 comments on commit d412bfe

Please sign in to comment.