diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-08-17 15:37:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-08-17 15:37:43 (GMT) |
commit | 72ae17138b28e51ab06440c3a81a00b83c01de5f (patch) | |
tree | f6c93467b9506539ad2bac1705fa249d4dfddc00 /src | |
parent | 68347a67efd4a03c15abfeeaed289a4c5eeb6c9b (diff) | |
download | hdf5-72ae17138b28e51ab06440c3a81a00b83c01de5f.zip hdf5-72ae17138b28e51ab06440c3a81a00b83c01de5f.tar.gz hdf5-72ae17138b28e51ab06440c3a81a00b83c01de5f.tar.bz2 |
[svn-r27515] Correct spelling of function
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eddc951..ee06669 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -802,7 +802,7 @@ add_custom_command ( ) if (GENERATE_ERROR_HEADERS) - find_pacakge (Perl) + find_package (Perl) if (PERL_FOUND) add_custom_command ( OUTPUT ${HDF5_BINARY_DIR}/H5Edefin.h |