summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-17 14:21:02 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-17 14:25:46 (GMT)
commit96d6139386e22f672f14071eae3911fd7200f079 (patch)
tree9a54ddcf8c6a618998fec53e8bead096258585a0 /Source/cmState.cxx
parent28bb68e3472a9f8c6d8eec894e85de74b976ff02 (diff)
downloadCMake-96d6139386e22f672f14071eae3911fd7200f079.zip
CMake-96d6139386e22f672f14071eae3911fd7200f079.tar.gz
CMake-96d6139386e22f672f14071eae3911fd7200f079.tar.bz2
FindHDF5: Fix search for language-specific header file
Refactoring in commit v3.6.0-rc1~85^2 (HDF5: Refactor the use of compiler wrappers, 2016-04-04) converted code of the form if(${LANGUAGE} MATCHES ...) to if(LANGUAGE MATCHES ...) However, `LANGUAGE` is a foreach() loop variable and not a normal variable so auto-dereference does not occur. Restore the explicit `${}` syntax and use the new name of the loop variable that has changed since then too. Fixes: #16651
Diffstat (limited to 'Source/cmState.cxx')
0 files changed, 0 insertions, 0 deletions