diff options
author | Kris Thielemans <kris.f.thielemans@hotmail.com> | 2017-02-06 01:27:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-01 13:06:26 (GMT) |
commit | e629be4a7affe8615c2321b1a08bebb42bb81b15 (patch) | |
tree | dfddc601e58865398d7c91056d7ffabf909a08de | |
parent | 1c7a9119d29568a1e3da82e8e96c8db464d599ab (diff) | |
download | CMake-e629be4a7affe8615c2321b1a08bebb42bb81b15.zip CMake-e629be4a7affe8615c2321b1a08bebb42bb81b15.tar.gz CMake-e629be4a7affe8615c2321b1a08bebb42bb81b15.tar.bz2 |
FindHDF5: fix typo in comment
-rw-r--r-- | Modules/FindHDF5.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index 875098e..1388aab 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -421,7 +421,7 @@ if(NOT HDF5_FOUND) #if we detect that occurrence clear the suffix if(_suffix AND NOT TARGET ${HDF5_${_lang}_TARGET}${_suffix}) if(NOT TARGET ${HDF5_${_lang}_TARGET}) - #cant find this component with our without the suffix + #cant find this component with or without the suffix #so bail out, and let the following locate HDF5 set(HDF5_FOUND FALSE) break() |