diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-07-15 18:29:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-07-15 18:29:49 (GMT) |
commit | 6d4656f116e0b656abc3390b0f972ac8961cc74b (patch) | |
tree | 79c66fc46e232c4c4cb550f2b1e4dff69736b2ba /CMakeLists.txt | |
parent | 4e12ec74aecab5b03a3d16db1d6fe922dcf22ce6 (diff) | |
download | hdf5-6d4656f116e0b656abc3390b0f972ac8961cc74b.zip hdf5-6d4656f116e0b656abc3390b0f972ac8961cc74b.tar.gz hdf5-6d4656f116e0b656abc3390b0f972ac8961cc74b.tar.bz2 |
[svn-r23899] Change name to avoid conflicts in WDTP
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1a7f07..2d8488b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1110,8 +1110,8 @@ INSTALL ( #----------------------------------------------------------------------------- # Configure the HDF518_Examples.cmake file and the examples #----------------------------------------------------------------------------- -OPTION (HDF5_PACK_EXAMPLES_FILE "Package the HDF5 Library Examples Compressed File" OFF) -IF (HDF5_PACK_EXAMPLES_FILE) +OPTION (HDF5_PACK_EXAMPLES "Package the HDF5 Library Examples Compressed File" OFF) +IF (HDF5_PACK_EXAMPLES) CONFIGURE_FILE ( ${HDF5_RESOURCES_DIR}/HDF518_Examples.cmake.in ${HDF5_BINARY_DIR}/HDF518_Examples.cmake @ONLY @@ -1130,7 +1130,7 @@ IF (HDF5_PACK_EXAMPLES_FILE) COMPONENT hdfdocuments ) ENDIF (EXISTS "${HDF5_EXAMPLES_COMPRESSED_PATH}/${HDF5_EXAMPLES_COMPRESSED_FILE}") -ENDIF (HDF5_PACK_EXAMPLES_FILE) +ENDIF (HDF5_PACK_EXAMPLES) #----------------------------------------------------------------------------- # Add Document File(s) to CMake Install |