diff options
author | Alexander Neundorf <neundorf@kde.org> | 2023-01-30 21:46:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-31 14:46:02 (GMT) |
commit | d7c60ab6b03a9a8774b43f9bdeb819e42e920ada (patch) | |
tree | db42793814c3118fb86b82ba55fbf253694a18aa /Help/manual/cmake-properties.7.rst | |
parent | 6ed026592e6b08b4db49495d4ee647ca3cd4b44d (diff) | |
download | CMake-d7c60ab6b03a9a8774b43f9bdeb819e42e920ada.zip CMake-d7c60ab6b03a9a8774b43f9bdeb819e42e920ada.tar.gz CMake-d7c60ab6b03a9a8774b43f9bdeb819e42e920ada.tar.bz2 |
Help: mark the directory properties INTERPROCEDURAL_OPTIMIZATION as deprecated
These properties actually never existed, so move the documentation
to "Deprecated" and refer to the target properties.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 93c6d3e..fb84f5a 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -77,8 +77,6 @@ Properties on Directories /prop_dir/IMPORTED_TARGETS /prop_dir/INCLUDE_DIRECTORIES /prop_dir/INCLUDE_REGULAR_EXPRESSION - /prop_dir/INTERPROCEDURAL_OPTIMIZATION - /prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG /prop_dir/LABELS /prop_dir/LINK_DIRECTORIES /prop_dir/LINK_OPTIONS @@ -621,6 +619,8 @@ Deprecated Properties on Directories /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES /prop_dir/COMPILE_DEFINITIONS_CONFIG + /prop_dir/INTERPROCEDURAL_OPTIMIZATION + /prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG /prop_dir/TEST_INCLUDE_FILE |