summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2016-10-17 16:53:45 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2016-10-17 16:53:45 (GMT)
commit36a85b7325767fe5de15d98419303807eb539c15 (patch)
treee69e3c6418447af97519e56e4054387e9eda7c1b /c++/src
parent48990d1a91ba6d753d7321e3e348d24fde3669ce (diff)
parent394c6b8c3a4c781c1ee877f969a146cece3d7831 (diff)
downloadhdf5-36a85b7325767fe5de15d98419303807eb539c15.zip
hdf5-36a85b7325767fe5de15d98419303807eb539c15.tar.gz
hdf5-36a85b7325767fe5de15d98419303807eb539c15.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit '394c6b8c3a4c781c1ee877f969a146cece3d7831': Add missing EXPORT tag in install command Fix typo and remove test only tools from exports Add namespace and export utils HDFFV-9961: Merge GIT ext lib option to 1.8
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt
index 1a182e3..0adbaa1 100644
--- a/c++/src/CMakeLists.txt
+++ b/c++/src/CMakeLists.txt
@@ -133,5 +133,6 @@ if (HDF5_EXPORTED_TARGETS)
ARCHIVE DESTINATION ${HDF5_INSTALL_LIB_DIR} COMPONENT cpplibraries
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT cpplibraries
FRAMEWORK DESTINATION ${HDF5_INSTALL_FWRK_DIR} COMPONENT cpplibraries
+ INCLUDES DESTINATION include
)
endif (HDF5_EXPORTED_TARGETS)