diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-31 18:29:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-31 18:29:36 (GMT) |
commit | 05c5d40dd51bfe875a41df8a9d02b93f22e6bdfb (patch) | |
tree | 0c96ca0321a6cc597ed519487745ac5bbb227924 /tools | |
parent | 031088fc121870d04c736b5b06b86246544fb97f (diff) | |
download | hdf5-05c5d40dd51bfe875a41df8a9d02b93f22e6bdfb.zip hdf5-05c5d40dd51bfe875a41df8a9d02b93f22e6bdfb.tar.gz hdf5-05c5d40dd51bfe875a41df8a9d02b93f22e6bdfb.tar.bz2 |
Cleanup and add intermediate dir for java
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 7d41c8f..400039e 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,9 +1,6 @@ cmake_minimum_required (VERSION 3.10) project (HDF5_TOOLS C) -# -------------------------------------------------------------------- -# If testing was NOT enabled, then we need to build the tools library -# -------------------------------------------------------------------- add_subdirectory (lib) #-- Add the test sources |