summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-13 15:11:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-17 16:58:03 (GMT)
commit0efee3ddbada2d08803bfba5a4622d60238cdc35 (patch)
tree6e9907f52edc12fcaae27603dc9975352d055c9a /config
parent6b775a9d45b827427d09bf9a26c1b384c45f1f95 (diff)
downloadhdf5-0efee3ddbada2d08803bfba5a4622d60238cdc35.zip
hdf5-0efee3ddbada2d08803bfba5a4622d60238cdc35.tar.gz
hdf5-0efee3ddbada2d08803bfba5a4622d60238cdc35.tar.bz2
Must include from system
Diffstat (limited to 'config')
-rw-r--r--config/cmake_ext_mod/FindSZIP.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/FindSZIP.cmake b/config/cmake_ext_mod/FindSZIP.cmake
index b84d768..2303d6d 100644
--- a/config/cmake_ext_mod/FindSZIP.cmake
+++ b/config/cmake_ext_mod/FindSZIP.cmake
@@ -73,7 +73,7 @@ if(SZIP_INCLUDE_DIR AND EXISTS "${SZIP_INCLUDE_DIR}/SZconfig.h")
unset(szip_version_str)
endif()
-include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
+include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(SZIP
REQUIRED_VARS SZIP_LIBRARY SZIP_INCLUDE_DIR
VERSION_VAR SZIP_VERSION)