mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
FindHDF5: fix typo in comment
This commit is contained in:
committed by
Brad King
parent
1c7a9119d2
commit
e629be4a7a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user