diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-18 15:31:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-18 15:31:23 (GMT) |
commit | 5c327112809d6ac7ad83a787ca5a04b5c366e3bd (patch) | |
tree | dd4d94e78178bfd8e62aa8bbecd935a028b31678 /hl/CMakeLists.txt | |
parent | e5d4692a97f4b28d97b7bd555da51b8571ee76e5 (diff) | |
download | hdf5-5c327112809d6ac7ad83a787ca5a04b5c366e3bd.zip hdf5-5c327112809d6ac7ad83a787ca5a04b5c366e3bd.tar.gz hdf5-5c327112809d6ac7ad83a787ca5a04b5c366e3bd.tar.bz2 |
[svn-r26472] Remove duplicate src dir
Diffstat (limited to 'hl/CMakeLists.txt')
-rw-r--r-- | hl/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/CMakeLists.txt b/hl/CMakeLists.txt index 031b7d6..b5d4308 100644 --- a/hl/CMakeLists.txt +++ b/hl/CMakeLists.txt @@ -38,7 +38,3 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED) add_subdirectory (${HDF5_HL_SOURCE_DIR}/test ${HDF5_HL_BINARY_DIR}/test) endif (BUILD_TESTING) endif (NOT HDF5_EXTERNALLY_CONFIGURED) - -if (HDF5_BUILD_CPP_LIB) - add_subdirectory (${HDF5_HL_SOURCE_DIR}/c++ ${HDF5_HL_BINARY_DIR}/c++) -endif (HDF5_BUILD_CPP_LIB) |