diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-14 15:49:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-14 15:49:52 (GMT) |
commit | 67f67925b8d58710eade38b971766fe0a8fe2e04 (patch) | |
tree | 4c6e4a71fcdce63e5c7270e116c1c96bae579baa /tools | |
parent | 63df2d99fdc8839613cc2e3525835a8703c5e2b2 (diff) | |
download | hdf5-67f67925b8d58710eade38b971766fe0a8fe2e04.zip hdf5-67f67925b8d58710eade38b971766fe0a8fe2e04.tar.gz hdf5-67f67925b8d58710eade38b971766fe0a8fe2e04.tar.bz2 |
[svn-r22066] Comment out linux non-cmake only files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 861ec01..a257fc0 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -127,9 +127,9 @@ IF (BUILD_TESTING) tlonglinks.ddl tloop-1.ddl tmulti.ddl - tmultifile.ddl - tqmarkfile.ddl - tstarfile.ddl +# tmultifile.ddl +# tqmarkfile.ddl +# tstarfile.ddl tnamed_dtype_attr.ddl tnestcomp-1.ddl tnbit.ddl @@ -834,12 +834,12 @@ IF (BUILD_TESTING) tloop-1.out.err tmulti.out tmulti.out.err - tmultifile.out - tmultifile.out.err - tqmarkfile.out - tqmarkfile.out.err - tstarfile.out - tstarfile.out.err +# tmultifile.out +# tmultifile.out.err +# tqmarkfile.out +# tqmarkfile.out.err +# tstarfile.out +# tstarfile.out.err tnamed_dtype_attr.out tnamed_dtype_attr.out.err tnestcomp-1.out |