mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
@@ -1,7 +1,7 @@
|
||||
CMAKE_DEBUGGER_WORKING_DIRECTORY
|
||||
--------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`DEBUGGER_WORKING_DIRECTORY`
|
||||
property on each target as it is created. See that target property
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL
|
||||
--------------------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Specify a default for the :command:`execute_process` command's
|
||||
``COMMAND_ERROR_IS_FATAL`` option. This variable is ignored when a
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG
|
||||
----------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Defines the syntax of compiler driver option to pass options to the archiver
|
||||
tool. It will be used to translate the ``ARCHIVER:`` prefix in the static
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG_SEP
|
||||
--------------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
This variable is used with :variable:`CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG`
|
||||
variable to format ``ARCHIVER:`` prefix in the static library options
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_<LANG>_LINK_MODE
|
||||
----------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Defines how the link step is done. The possible values are:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_LINK_WARNING_AS_ERROR
|
||||
---------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Specify whether to treat warnings on link as errors.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_LIST_FILE_NAME
|
||||
--------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
The name of the CMake project files. This determines the top-level file
|
||||
processed when CMake is configured, and the file processed by
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_XCODE_SCHEME_LLDB_INIT_FILE
|
||||
---------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Property value for ``LLDB Init File`` in the Info section of the generated Xcode
|
||||
scheme.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_XCODE_SCHEME_TEST_CONFIGURATION
|
||||
-------------------------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Set the build configuration to test the target.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user