mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
425acc522f
Replace old hacks of the form 'if("${VAR}" MATCHES "^${VAR}$")'
with the much simpler 'if(NOT DEFINED ${VAR})'.