Skip to content

Commit

Permalink
CI: If the _PATH is not defined, use _ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Feb 2, 2025
1 parent faf1c8c commit 5eb24af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake-exodus
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ FORTRAN=$(check_valid FORTRAN) || exit
### For example, netcdf.h should be in ${NETCDF_PATH}/include
NETCDF_PATH=${NETCDF_PATH:-${NETCDF_ROOT}}
NETCDF_PATH=${NETCDF_PATH:-${INSTALL_PATH}}

PNETCDF_PATH=${PNETCDF_PATH:-${PNETCDF_ROOT}}
PNETCDF_PATH=${PNETCDF_PATH:-${INSTALL_PATH}}

HDF5_PATH=${HDF5_PATH:-${HDF5_ROOT}}
HDF5_PATH=${HDF5_PATH:-${INSTALL_PATH}}

### Set to ON for parallel compile; otherwise OFF for serial (default)
Expand Down

0 comments on commit 5eb24af

Please sign in to comment.