summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-policies.7.rst
diff options
context:
space:
mode:
authorDeniz Bahadir <dbahadir@benocs.com>2020-11-17 19:30:53 (GMT)
committerDeniz Bahadir <dbahadir@benocs.com>2020-11-24 16:41:02 (GMT)
commit0eb30f175e61a013db301ab1be242dd497be4add (patch)
tree854de71ab9e1ddd614b2406a59d96027c2a553f6 /Help/manual/cmake-policies.7.rst
parent78c8d956050834dbbce78fb0e3f5f42dd2253fd9 (diff)
downloadCMake-0eb30f175e61a013db301ab1be242dd497be4add.zip
CMake-0eb30f175e61a013db301ab1be242dd497be4add.tar.gz
CMake-0eb30f175e61a013db301ab1be242dd497be4add.tar.bz2
GENERATED prop: Introducing policy CMP0118 and its documentation
Note: This is currently only defining the CMP0118 policy and providing its documentation, however, the implementation is still not using it.
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 03eb93e..6f9a24a 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.20
.. toctree::
:maxdepth: 1
+ CMP0118: The GENERATED source file property is now visible in all directories. </policy/CMP0118>
CMP0117: MSVC RTTI flag /GR is not added to CMAKE_CXX_FLAGS by default. </policy/CMP0117>
CMP0116: Ninja generators transform DEPFILEs from add_custom_command(). </policy/CMP0116>
CMP0115: Source file extensions must be explicit. </policy/CMP0115>