WriteIfDifferent.cmake 58 B

12345
  1. file(GENERATE
  2. OUTPUT output_file.txt
  3. CONTENT "123"
  4. )