summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-24 15:40:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-24 15:40:04 (GMT)
commitcf42f93d07c91e7383d4c8bd19988aa0766ec45a (patch)
treeb6d786fd876837fe2bcbdf9031504fa8d8d75f6b /Help/release
parentc124c7de1d89303e4c217575388a1c7c38966d32 (diff)
parent6e89c8a5f1d5aa9bffa95be2b1add8d2c4e55026 (diff)
downloadCMake-cf42f93d07c91e7383d4c8bd19988aa0766ec45a.zip
CMake-cf42f93d07c91e7383d4c8bd19988aa0766ec45a.tar.gz
CMake-cf42f93d07c91e7383d4c8bd19988aa0766ec45a.tar.bz2
Merge topic 'install-FILES-genex'
6e89c8a5 install: Support generator expressions in FILES and PROGRAMS mode f11f7b34 cmInstallFilesGenerator: Add reference to calling cmMakefile e190236c Help: Format install() command documentation
Diffstat (limited to 'Help/release')
-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`.