diff options
author | Alexander Neundorf <neundorf@kde.org> | 2023-01-06 22:09:04 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-01-07 00:10:11 (GMT) |
commit | 0ee32d622c57b2233c7e5f13283e4bb4c62a8944 (patch) | |
tree | 3fc09dc1bc94afe49513f52f3774fa45ee7734a1 /Help/prop_tgt | |
parent | b2a6527f37f159b089579303899bda004cdc9877 (diff) | |
download | CMake-0ee32d622c57b2233c7e5f13283e4bb4c62a8944.zip CMake-0ee32d622c57b2233c7e5f13283e4bb4c62a8944.tar.gz CMake-0ee32d622c57b2233c7e5f13283e4bb4c62a8944.tar.bz2 |
Help: Mention USE_FOLDERS property in the FOLDER docs
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/FOLDER.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/FOLDER.rst b/Help/prop_tgt/FOLDER.rst index f6be9e6..3155d90 100644 --- a/Help/prop_tgt/FOLDER.rst +++ b/Help/prop_tgt/FOLDER.rst @@ -11,3 +11,6 @@ separating folder levels. This property is initialized by the value of the variable :variable:`CMAKE_FOLDER` if it is set when a target is created. + +The global property :prop_gbl:`USE_FOLDERS` must be set to ON, otherwise +the ``FOLDER`` property is ignored. |