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/set_source_files_properties.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/set_source_files_properties.rst')
-rw-r--r-- | Help/command/set_source_files_properties.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/set_source_files_properties.rst b/Help/command/set_source_files_properties.rst index f8b05ac..61c69a2 100644 --- a/Help/command/set_source_files_properties.rst +++ b/Help/command/set_source_files_properties.rst @@ -36,3 +36,8 @@ See also the :command:`set_property(SOURCE)` command. See :ref:`Source File Properties` for the list of properties known to CMake. + +.. note:: + + The :prop_sf:`GENERATED` source file property may be globally visible. + See its documentation for details. |