diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-31 19:58:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-31 19:58:58 (GMT) |
commit | d0a62ef975b1ff52e872ae260de82a42d0fd9fca (patch) | |
tree | 9e2c406b396ffa35280313985d3567981b48f79f /tools | |
parent | 86e489b6abc9d5474a3f86b0afe019d467a51b93 (diff) | |
download | hdf5-d0a62ef975b1ff52e872ae260de82a42d0fd9fca.zip hdf5-d0a62ef975b1ff52e872ae260de82a42d0fd9fca.tar.gz hdf5-d0a62ef975b1ff52e872ae260de82a42d0fd9fca.tar.bz2 |
Fix Java library location for testing
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 |