diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 02:40:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-01 02:40:32 (GMT) |
commit | c834d9f99d45e5b9752e8525fe8761ea5592bf2c (patch) | |
tree | 7bacfad2e27c46471fa7ebb976ddb640ad26215b /tools | |
parent | 031088fc121870d04c736b5b06b86246544fb97f (diff) | |
parent | fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0 (diff) | |
download | hdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.zip hdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.tar.gz hdf5-c834d9f99d45e5b9752e8525fe8761ea5592bf2c.tar.bz2 |
Merge pull request #1232 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'fddbbc158d170b4e3a7ffd663f9799fd7e01a6a0':
HDFFV-10568 fix hdf5_java library dependency
Remove another extra path var
Move muti-config dir setting to root process
Fix one more intermediate location
Use different variable
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 |