Source
7
7
#==============================================================================
8
8
9
9
# Assume all package locations (NetCDF, PnetCDF, HDF5, etc) are already
10
10
# set with existing environment variables: NETCDF, PNETCDF, HDF5, etc.
11
11
12
12
# Define the extra CMake configure options
13
13
set (CTEST_CONFIGURE_OPTIONS "-DCMAKE_VERBOSE_MAKEFILE=TRUE")
14
14
15
15
# If MPISERIAL environment variable is set, then enable MPISERIAL
16
16
if (DEFINED ENV{MPISERIAL})
17
-
set (CTEST_CONFIGURE_OPTIONS "${CTEST_CONFIGURE_OPTIONS} -DPIO_ENABLE_MPISERIAL=ON")
17
+
set (CTEST_CONFIGURE_OPTIONS "${CTEST_CONFIGURE_OPTIONS} -DPIO_USE_MPISERIAL=ON")
18
18
endif ()