summaryrefslogtreecommitdiffstats
path: root/config/cmake/hdf5-config.cmake.install.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-25 22:38:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-25 22:38:34 (GMT)
commit60265f626af2f094ca948050fb81c377517eae7b (patch)
tree8c7ff26efaaaeece996759402f46c50b10b9f937 /config/cmake/hdf5-config.cmake.install.in
parent5c549a6345f12a0271b7a44e06169adb20c568c1 (diff)
downloadhdf5-60265f626af2f094ca948050fb81c377517eae7b.zip
hdf5-60265f626af2f094ca948050fb81c377517eae7b.tar.gz
hdf5-60265f626af2f094ca948050fb81c377517eae7b.tar.bz2
[svn-r19302] Correct typo in tools location
Diffstat (limited to 'config/cmake/hdf5-config.cmake.install.in')
-rw-r--r--config/cmake/hdf5-config.cmake.install.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/hdf5-config.cmake.install.in b/config/cmake/hdf5-config.cmake.install.in
index 4fda6e8..ba5ba9a 100644
--- a/config/cmake/hdf5-config.cmake.install.in
+++ b/config/cmake/hdf5-config.cmake.install.in
@@ -30,7 +30,7 @@ IF (HDF5_BUILD_HL_LIB)
ENDIF (HDF5_BUILD_HL_LIB)
IF (HDF5_BUILD_TOOLS)
- SET (HDF5_INCLUDE_DIR_CPP "@CMAKE_INSTALL_PREFIX@/include/tools" )
+ SET (HDF5_INCLUDE_DIR_TOOLS "@CMAKE_INSTALL_PREFIX@/include/tools" )
ENDIF (HDF5_BUILD_TOOLS)
#-----------------------------------------------------------------------------