diff options
author | Deniz Bahadir <dbahadir@benocs.com> | 2020-11-17 19:30:53 (GMT) |
---|---|---|
committer | Deniz Bahadir <dbahadir@benocs.com> | 2020-11-24 16:41:02 (GMT) |
commit | 0eb30f175e61a013db301ab1be242dd497be4add (patch) | |
tree | 854de71ab9e1ddd614b2406a59d96027c2a553f6 /Help/command/get_source_file_property.rst | |
parent | 78c8d956050834dbbce78fb0e3f5f42dd2253fd9 (diff) | |
download | CMake-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/command/get_source_file_property.rst')
-rw-r--r-- | Help/command/get_source_file_property.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/get_source_file_property.rst b/Help/command/get_source_file_property.rst index 1e0ea9f..ae41565 100644 --- a/Help/command/get_source_file_property.rst +++ b/Help/command/get_source_file_property.rst @@ -40,3 +40,8 @@ file properties usually control how the file is built. One property that is always there is :prop_sf:`LOCATION`. See also the more general :command:`get_property` command. + +.. note:: + + The :prop_sf:`GENERATED` source file property may be globally visible. + See its documentation for details. |