From 0f38d9c2ad53631185da9aa7d0f50b5816272a55 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 4 Feb 2015 21:44:11 +0100 Subject: [PATCH] Help: Add 3.2 release notes for file(GENERATE) features --- Help/release/3.2.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.0.rst index c6a8adde1..d1be27eab 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 ---------