mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Set the full generator name
This commit is contained in:
parent
742894ce88
commit
691b92ff9c
@ -45,7 +45,7 @@ set (CTEST_SOURCE_VERSEXT "")
|
||||
#CTEST_SOURCE_NAME - name of source folder; HDF5-1.10.0
|
||||
#MODEL - CDash group name
|
||||
#HPC - run alternate configurations for HPC machines; sbatch, bsub, raybsub
|
||||
#MPI - enable MPI;
|
||||
#MPI - enable MPI;
|
||||
if (DEFINED CTEST_SCRIPT_ARG)
|
||||
# transform ctest script arguments of the form
|
||||
# script.ctest,var1=value1,var2=value2
|
||||
@ -174,6 +174,7 @@ if (NOT DEFINED HPC)
|
||||
endif ()
|
||||
endif ()
|
||||
else ()
|
||||
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
|
||||
include (${CTEST_SOURCE_DIRECTORY}/config/cmake/scripts/HPC/${HPC}-HDF5options.cmake)
|
||||
endif ()
|
||||
###################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user