diff options
author | Brad King <brad.king@kitware.com> | 2024-04-19 12:57:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-04-19 12:57:28 (GMT) |
commit | bf8c0d625d9f5778603a1a535c3899e9e74cc953 (patch) | |
tree | a75000589de21aad87d48436989b05c27a75e1ce /Help/variable | |
parent | b99bdf5a4fc1ad44cc9280a17487717bef102555 (diff) | |
parent | 31e6017bb62ae7967fa33e58011ba1eddfb4ec44 (diff) | |
download | CMake-bf8c0d625d9f5778603a1a535c3899e9e74cc953.zip CMake-bf8c0d625d9f5778603a1a535c3899e9e74cc953.tar.gz CMake-bf8c0d625d9f5778603a1a535c3899e9e74cc953.tar.bz2 |
Merge topic 'doc-objc-lang-flags'
31e6017bb6 Help: Document ObjC/ObjC++ flag variables
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !9437
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_LANG_FLAGS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_FLAGS.rst b/Help/variable/CMAKE_LANG_FLAGS.rst index 909a001..4f8f469 100644 --- a/Help/variable/CMAKE_LANG_FLAGS.rst +++ b/Help/variable/CMAKE_LANG_FLAGS.rst @@ -24,6 +24,10 @@ combination with CMake's builtin defaults for the toolchain: Initialized by the :envvar:`HIPFLAGS` environment variable. * ``CMAKE_ISPC_FLAGS``: Initialized by the :envvar:`ISPCFLAGS` environment variable. +* ``CMAKE_OBJC_FLAGS``: + Initialized by the :envvar:`OBJCFLAGS` environment variable. +* ``CMAKE_OBJCXX_FLAGS``: + Initialized by the :envvar:`OBJCXXFLAGS` environment variable. This value is a command-line string fragment. Therefore, multiple options should be separated by spaces, and options with spaces should be quoted. |