diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-09-23 20:34:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-09-23 20:34:23 (GMT) |
commit | 6a2195507da2fc7b6302d00b2e1a25dda96b11cd (patch) | |
tree | 5507496ccc1e4fbfb6a39beb614ebb5367ced552 /config | |
parent | 0d752fc354e376f15d038225b908e1899d5833b7 (diff) | |
download | hdf5-6a2195507da2fc7b6302d00b2e1a25dda96b11cd.zip hdf5-6a2195507da2fc7b6302d00b2e1a25dda96b11cd.tar.gz hdf5-6a2195507da2fc7b6302d00b2e1a25dda96b11cd.tar.bz2 |
[svn-r27863] Correct comment
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/HDF5_Examples.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5_Examples.cmake.in b/config/cmake/HDF5_Examples.cmake.in index 9a89132..81f9702 100644 --- a/config/cmake/HDF5_Examples.cmake.in +++ b/config/cmake/HDF5_Examples.cmake.in @@ -10,7 +10,7 @@ set(CTEST_DASHBOARD_ROOT ${CTEST_SCRIPT_DIRECTORY}) #set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_BUILD_FORTRAN:BOOL=ON") # handle input parameters to script. -#INSTALLDIR - HDF4 root folder +#INSTALLDIR - HDF5 root folder #CTEST_BUILD_CONFIGURATION - Release, Debug, RelWithDebInfo #CTEST_SOURCE_NAME - name of source folder; HDF4Examples #STATICLIBRARIES - Default is YES |