diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-02-04 20:44:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-05 13:43:23 (GMT) |
commit | 0f38d9c2ad53631185da9aa7d0f50b5816272a55 (patch) | |
tree | 5accb8f423165b1762a8e66d5c6c4abe22e7e8df /Help | |
parent | 0f580e8e67fd307c21924dd732570937a0db25e2 (diff) | |
download | CMake-0f38d9c2ad53631185da9aa7d0f50b5816272a55.zip CMake-0f38d9c2ad53631185da9aa7d0f50b5816272a55.tar.gz CMake-0f38d9c2ad53631185da9aa7d0f50b5816272a55.tar.bz2 |
Help: Add 3.2 release notes for file(GENERATE) features
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.2.0.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.0.rst index c6a8add..d1be27e 100644 --- a/Help/release/3.2.0.rst +++ b/Help/release/3.2.0.rst @@ -63,6 +63,13 @@ Commands * The :command:`try_run` command learned to honor the ``LINK_LIBRARIES`` option just as :command:`try_compile` already does. +* The :command:`file(GENERATE)` command now generates the output file with + the same permissions as the input file if set. + +* The :command:`file(GENERATE)` command can now generate files which are + used as source files for buildsystem targets. Generated files + automatically get their :prop_sf:`GENERATED` property set to ``TRUE``. + Variables --------- |