mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
@@ -1,7 +1,7 @@
|
||||
Handling Compiler Driver Differences
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
To pass options to the linker tool, each compiler driver has its own syntax.
|
||||
The ``LINKER:`` prefix and ``,`` separator can be used to specify, in a portable
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cmake_instrumentation
|
||||
---------------------
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Enables interacting with the
|
||||
:manual:`CMake Instrumentation API <cmake-instrumentation(7)>`.
|
||||
|
||||
@@ -185,12 +185,12 @@ Options:
|
||||
|
||||
|
||||
``NONE``
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Regardless of any of the commands failing, the ``execute_process()``
|
||||
command will not halt with an error.
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
|
||||
If not provided, the
|
||||
:variable:`CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL` variable
|
||||
|
||||
@@ -373,7 +373,7 @@ Each entry is meant for installation trees following Windows (``W``), UNIX
|
||||
|
||||
.. [#p1] .. versionadded:: 3.25
|
||||
|
||||
.. [#p2] .. versionadded:: 3.32
|
||||
.. [#p2] .. versionadded:: 4.0
|
||||
|
||||
On systems supporting macOS :prop_tgt:`FRAMEWORK` and :prop_tgt:`BUNDLE`, the
|
||||
following directories are searched for Frameworks or Application Bundles
|
||||
@@ -393,7 +393,7 @@ containing a configuration file:
|
||||
``<prefix>/<name>.app/Contents/Resources/CMake/`` A
|
||||
=============================================================== ==========
|
||||
|
||||
.. [#p3] .. versionadded:: 3.32
|
||||
.. [#p3] .. versionadded:: 4.0
|
||||
|
||||
When searching the above paths, ``find_package`` will only look for ``.cps``
|
||||
files in search paths which contain ``/cps/``, and will only look for
|
||||
@@ -611,7 +611,7 @@ before calling ``find_package``.
|
||||
Added the ``CMAKE_FIND_USE_<CATEGORY>`` variables to globally disable
|
||||
various search locations.
|
||||
|
||||
.. versionchanged:: 3.32
|
||||
.. versionchanged:: 4.0
|
||||
The variables :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER` and
|
||||
:variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION` now also control the order
|
||||
in which ``find_package`` searches directories matching the glob expression
|
||||
|
||||
@@ -351,7 +351,7 @@ as needed to honor the state of the calling project:
|
||||
* :policy:`CMP0157`
|
||||
* :policy:`CMP0181`
|
||||
|
||||
.. versionadded:: 3.32
|
||||
.. versionadded:: 4.0
|
||||
The current setting of :policy:`CMP0181` policy is propagated through to the
|
||||
generated test project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user