Skip to content
  • Ben Boeckel's avatar
    tests: test CMP0053 in WARN mode when watching variables · 9ba91463
    Ben Boeckel authored
    When CMP0053 is in WARN mode, variables get expanded twice, leaking the
    fact that the string was expanded twice and changing behavior. Instead,
    suppress variable watches when running the expansion to trigger the
    CMP0053 warning.
    9ba91463