summaryrefslogtreecommitdiffstats
path: root/c++/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-04-25 20:54:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-04-25 20:54:56 (GMT)
commit926942e881afb17a1e097479cdf38f6d7ea2e233 (patch)
tree638de498ac136fceb004e2fa7db1a6705fc07dce /c++/src/CMakeLists.txt
parentba0275e3d7d8229257c2d22a1b91554e7d029116 (diff)
downloadhdf5-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++/src/CMakeLists.txt')
-rw-r--r--c++/src/CMakeLists.txt2
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
)