CMP0053-At-WARN-newlines.cmake 96 B

123456
  1. set(right "wrong")
  2. set(var "\${right}")
  3. # Expanded here with the old policy.
  4. set(ref "
  5. @var@
  6. ")