Back in the day before file(WRITE) there was write_file().  write_file() had the problem that you couldn&#39;t use the file as input to CMake, so you had to use configure_file.<br><br>Does file(WRITE) have this same restriction?<br>

<br>I currently use a blank template file for configure_file for one of my projects, and it would be nice to do away with this and just write a blank file when I need to.<br><br>James<br>