From: Vladislav Vaintroub Date: January 28 2011 3:10pm Subject: RE: bzr push into mysql-5.5-bugteam branch (joerg:3108 to 3109) List-Archive: http://lists.mysql.com/commits/129887 Message-Id: <018301cbbefd$842917c0$8c7b4740$@montyprogram.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Joerg, > -----Original Message----- > From: Joerg Bruehe [mailto:joerg@stripped] > Sent: Freitag, 28. Januar 2011 15:28 > To: commits@stripped > Subject: bzr push into mysql-5.5-bugteam branch (joerg:3108 to 3109) > FILE(READ ${CMAKE_SOURCE_DIR}/INFO_SRC SOURCE_INFO) > FILE(WRITE ${INFO_SRC} "${SOURCE_INFO}\n") if you just want to copy a file, configure_file( COPYONLY) is your friend, as documented in the inline-help : cmake --help-command configure_file