mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
dcf298008f
Replace an old hack of the form 'if("${VAR}" MATCHES "^${VAR}$")'
with the much simpler 'if(NOT DEFINED ${VAR})'. This was exposed
by a CMP0054 warning.
2.3 KiB
2.3 KiB