diff options
author | 權少 <ljqican@163.com> | 2023-11-17 14:41:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-20 13:24:51 (GMT) |
commit | c53a341f9fc9bf79ff3f704067884ef6848acae8 (patch) | |
tree | 2dafa06b49f8186667537d4f558023dc0570f06b | |
parent | 4d14116dbca6e65b31132ccbbc38cb95edde6fda (diff) | |
download | CMake-c53a341f9fc9bf79ff3f704067884ef6848acae8.zip CMake-c53a341f9fc9bf79ff3f704067884ef6848acae8.tar.gz CMake-c53a341f9fc9bf79ff3f704067884ef6848acae8.tar.bz2 |
Help: Move deprecated properties to dedicated section
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index fa1d297..0ff2f2a 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -262,7 +262,6 @@ Properties on Targets /prop_tgt/IMPORTED_LOCATION_CONFIG /prop_tgt/IMPORTED_NO_SONAME /prop_tgt/IMPORTED_NO_SONAME_CONFIG - /prop_tgt/IMPORTED_NO_SYSTEM /prop_tgt/IMPORTED_OBJECTS /prop_tgt/IMPORTED_OBJECTS_CONFIG /prop_tgt/IMPORTED_SONAME @@ -295,7 +294,6 @@ Properties on Targets /prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES /prop_tgt/INTERPROCEDURAL_OPTIMIZATION /prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG - /prop_tgt/IOS_INSTALL_COMBINED /prop_tgt/ISPC_HEADER_DIRECTORY /prop_tgt/ISPC_HEADER_SUFFIX /prop_tgt/ISPC_INSTRUCTION_SETS @@ -444,7 +442,6 @@ Properties on Targets /prop_tgt/VS_USER_PROPS /prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION /prop_tgt/VS_WINRT_COMPONENT - /prop_tgt/VS_WINRT_EXTENSIONS /prop_tgt/VS_WINRT_REFERENCES /prop_tgt/WATCOM_RUNTIME_LIBRARY /prop_tgt/WIN32_EXECUTABLE @@ -640,8 +637,11 @@ Deprecated Properties on Targets :maxdepth: 1 /prop_tgt/COMPILE_DEFINITIONS_CONFIG + /prop_tgt/IMPORTED_NO_SYSTEM + /prop_tgt/IOS_INSTALL_COMBINED /prop_tgt/POST_INSTALL_SCRIPT /prop_tgt/PRE_INSTALL_SCRIPT + /prop_tgt/VS_WINRT_EXTENSIONS Deprecated Properties on Source Files |