summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-05-12 18:14:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-05-12 18:14:46 (GMT)
commit8f57e86ab9f53cb1770054e69784087695ac14af (patch)
tree967f24a44d36cb67737a0330f63147bc2bf9fd7d /CMakeFilters.cmake
parent22f96446703b06a893ae75217add9f7c2f9edee4 (diff)
downloadhdf5-8f57e86ab9f53cb1770054e69784087695ac14af.zip
hdf5-8f57e86ab9f53cb1770054e69784087695ac14af.tar.gz
hdf5-8f57e86ab9f53cb1770054e69784087695ac14af.tar.bz2
[svn-r25185] update cmake command name case
Diffstat (limited to 'CMakeFilters.cmake')
-rw-r--r--CMakeFilters.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index 1a74460..541c1d4 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -110,7 +110,7 @@ if (HDF5_ENABLE_SZIP_SUPPORT)
endif (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN" OR HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "TGZ")
endif (SZIP_FOUND)
set (LINK_LIBS ${LINK_LIBS} ${SZIP_LIBRARIES})
- INCLUDE_DIRECTORIES (${SZIP_INCLUDE_DIR})
+ INCLUDE_DIRECTORIES (${SZIP_INCLUDE_DIRS})
message (STATUS "Filter SZIP is ON")
if (H5_HAVE_FILTER_SZIP)
set (EXTERNAL_FILTERS "${EXTERNAL_FILTERS} DECODE")