diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-09-24 19:01:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-09-24 19:01:05 (GMT) |
commit | 4c01aeac8feea9a96b1cc1c170a62267b85aa4a2 (patch) | |
tree | 57a19e22828dd83b01ea6a9517dfb7f2a27ea0cd /config | |
parent | 247cf76979dcc4f9c0ce4c28e1b097f13af98ba0 (diff) | |
download | hdf5-4c01aeac8feea9a96b1cc1c170a62267b85aa4a2.zip hdf5-4c01aeac8feea9a96b1cc1c170a62267b85aa4a2.tar.gz hdf5-4c01aeac8feea9a96b1cc1c170a62267b85aa4a2.tar.bz2 |
[svn-r27872] Update with changes to script file
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/HDF518_Examples.cmake.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/cmake/HDF518_Examples.cmake.in b/config/cmake/HDF518_Examples.cmake.in index c49ddec..c825f48 100644 --- a/config/cmake/HDF518_Examples.cmake.in +++ b/config/cmake/HDF518_Examples.cmake.in @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) ############################################################################################################### -# This script will build and run the examples from a compressed file +# This script will build and run the examples from a folder # Execute from a command line: -# ctest -S HDF518_Examples.cmake,CTEST_SOURCE_NAME=HDF5Examples -C Release -VV -O test.log +# ctest -S HDF518_Examples.cmake,OPTION=VALUE -C Release -VV -O test.log ############################################################################################################### set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@") @@ -14,7 +14,6 @@ set(CTEST_DASHBOARD_ROOT ${CTEST_SCRIPT_DIRECTORY}) #CTEST_BUILD_CONFIGURATION - Release, Debug, RelWithDebInfo #CTEST_SOURCE_NAME - name of source folder; HDF4Examples #STATICLIBRARIES - Default is YES -#TAR_SOURCE - name of tarfile #NO_MAC_FORTRAN - set to TRUE to allow shared libs on a Mac) if(DEFINED CTEST_SCRIPT_ARG) # transform ctest script arguments of the form @@ -39,6 +38,8 @@ endif() if(NOT DEFINED STATICLIBRARIES) set(STATICLIBRARIES "YES") endif() + +#TAR_SOURCE - name of tarfile #if(NOT DEFINED TAR_SOURCE) # set(CTEST_USE_TAR_SOURCE "HDF5Examples-1.2.1-Source") #endif() |