瀏覽代碼

Help: Clarify compile features handling for OBJC and OBJCXX

Craig Scott 6 年之前
父節點
當前提交
229f2cc5fd
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      Help/manual/cmake-compile-features.7.rst

+ 6 - 1
Help/manual/cmake-compile-features.7.rst

@@ -28,10 +28,15 @@ CMake knows are known to the compiler, regardless of language standard
 or compile flags needed to use them.
 or compile flags needed to use them.
 
 
 Features known to CMake are named mostly following the same convention
 Features known to CMake are named mostly following the same convention
-as the Clang feature test macros.  The are some exceptions, such as
+as the Clang feature test macros.  There are some exceptions, such as
 CMake using ``cxx_final`` and ``cxx_override`` instead of the single
 CMake using ``cxx_final`` and ``cxx_override`` instead of the single
 ``cxx_override_control`` used by Clang.
 ``cxx_override_control`` used by Clang.
 
 
+Note that there are no separate compile features properties or variables for
+the ``OBJC`` or ``OBJCXX`` languages.  These are based off ``C`` or ``C++``
+respectively, so the properties and variables for their corresponding base
+language should be used instead.
+
 Compile Feature Requirements
 Compile Feature Requirements
 ============================
 ============================