diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-01-28 16:11:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-01-28 16:11:22 (GMT) |
commit | d7e8a93078db2639ef34cd616e8d0a83e9e01d3f (patch) | |
tree | 68aa0c5a21e0519292950e8c2f7c6878fdee653d /CMakeLists.txt | |
parent | 554d0eaccdd0fb4b86218842045088c2c14b79b2 (diff) | |
download | hdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.zip hdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.tar.gz hdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.tar.bz2 |
[svn-r24654] HDFFV-8640: Remove XLATE_UTILITY
Update tools testfiles
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7168982..c0fe61a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -751,14 +751,6 @@ IF (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN" OR HDF5_ALLOW_EXTERNAL_SUPPORT MAT ENDIF (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN" OR HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "TGZ") #----------------------------------------------------------------------------- -# Build utility to copy and strip X lines of file -#----------------------------------------------------------------------------- -IF (HDF5_BUILD_TOOLS AND BUILD_TESTING) - SET (XLATE_UTILITY "xlatefile") - ADD_EXECUTABLE(${XLATE_UTILITY} ${HDF5_RESOURCES_DIR}/xlatefile.c) -ENDIF (HDF5_BUILD_TOOLS AND BUILD_TESTING) - -#----------------------------------------------------------------------------- # Dashboard and Testing Settings #----------------------------------------------------------------------------- OPTION (BUILD_TESTING "Build HDF5 Unit Testing" OFF) |