summaryrefslogtreecommitdiffstats
path: root/Help/release/3.0.0.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-24 14:16:36 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-24 14:16:36 (GMT)
commitb686154b6191e87541a355e1de863f3d92330467 (patch)
treedc90e1c49052cce776a4051e5c6e4c12fb35fd07 /Help/release/3.0.0.rst
parent549b4d02d42206c9f311dd4aca441adb85954552 (diff)
parent6e89c8a5f1d5aa9bffa95be2b1add8d2c4e55026 (diff)
downloadCMake-b686154b6191e87541a355e1de863f3d92330467.zip
CMake-b686154b6191e87541a355e1de863f3d92330467.tar.gz
CMake-b686154b6191e87541a355e1de863f3d92330467.tar.bz2
Merge branch 'install-FILES-genex' into release
Diffstat (limited to 'Help/release/3.0.0.rst')
-rw-r--r--Help/release/3.0.0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.0.0.rst b/Help/release/3.0.0.rst
index 208e92a..ee8417c 100644
--- a/Help/release/3.0.0.rst
+++ b/Help/release/3.0.0.rst
@@ -102,6 +102,10 @@ Commands
configuration because it will not be available.
Use :ref:`Alias Targets` instead. See policy :policy:`CMP0024`.
+* The :command:`install(FILES)` command learned to support
+ :manual:`generator expressions <cmake-generator-expressions(7)>`
+ in the list of files.
+
* The :command:`project` command learned to set some version variables
to values specified by the new ``VERSION`` option or to empty strings.
See policy :policy:`CMP0048`.