diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-05 22:14:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-05 22:14:52 (GMT) |
commit | f1cffac626e3e1ecbee0f55d7a970643b9c6b397 (patch) | |
tree | badd751fbf2e3d6f393e272f280f72f97940580a /tools | |
parent | 20ee50c5b92e61169f83738740508605246a522f (diff) | |
download | hdf5-f1cffac626e3e1ecbee0f55d7a970643b9c6b397.zip hdf5-f1cffac626e3e1ecbee0f55d7a970643b9c6b397.tar.gz hdf5-f1cffac626e3e1ecbee0f55d7a970643b9c6b397.tar.bz2 |
Remove old dependency construct
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8d442e0..41a9fdc 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -9,9 +9,7 @@ add_definitions (${HDF_EXTRA_C_FLAGS}) # -------------------------------------------------------------------- # If testing was NOT enabled, then we need to build the tools library # -------------------------------------------------------------------- -if (NOT BUILD_TESTING) - add_subdirectory (lib) -endif () +add_subdirectory (lib) #----------------------------------------------------------------------------- # Setup include Directories |