diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-06-07 11:08:08 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-06-07 11:08:08 (GMT) |
commit | cebccdebaf12adc83c50f418c51b2d6b989d5350 (patch) | |
tree | a01619692db3add5a78e7cb64128a9e3c3f8e9f1 /Help | |
parent | a4231943117f5ba3dd0fdc6c8b1824334162b69f (diff) | |
download | CMake-cebccdebaf12adc83c50f418c51b2d6b989d5350.zip CMake-cebccdebaf12adc83c50f418c51b2d6b989d5350.tar.gz CMake-cebccdebaf12adc83c50f418c51b2d6b989d5350.tar.bz2 |
Help: Move ADDITIONAL_MAKE_CLEAN_FILES dir prop to deprecated section
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 25aab8d..77b1ae8 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -62,7 +62,6 @@ Properties on Directories :maxdepth: 1 /prop_dir/ADDITIONAL_CLEAN_FILES - /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES /prop_dir/BINARY_DIR /prop_dir/BUILDSYSTEM_TARGETS /prop_dir/CACHE_VARIABLES @@ -505,6 +504,7 @@ Deprecated Properties on Directories .. toctree:: :maxdepth: 1 + /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES /prop_dir/COMPILE_DEFINITIONS_CONFIG /prop_dir/TEST_INCLUDE_FILE |