diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-04-25 20:54:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-04-25 20:54:56 (GMT) |
commit | 926942e881afb17a1e097479cdf38f6d7ea2e233 (patch) | |
tree | 638de498ac136fceb004e2fa7db1a6705fc07dce /c++ | |
parent | ba0275e3d7d8229257c2d22a1b91554e7d029116 (diff) | |
download | hdf5-926942e881afb17a1e097479cdf38f6d7ea2e233.zip hdf5-926942e881afb17a1e097479cdf38f6d7ea2e233.tar.gz hdf5-926942e881afb17a1e097479cdf38f6d7ea2e233.tar.bz2 |
[svn-r23629] HDFFV-8368: Merge removal of include sub-folders from trunk
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt index 033fc12..dd8d35b 100644 --- a/c++/src/CMakeLists.txt +++ b/c++/src/CMakeLists.txt @@ -94,7 +94,7 @@ INSTALL ( FILES ${CPP_HDRS} DESTINATION - ${HDF5_INSTALL_INCLUDE_DIR}/cpp + ${HDF5_INSTALL_INCLUDE_DIR} COMPONENT cppheaders ) |