mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
21 lines
659 B
ReStructuredText
21 lines
659 B
ReStructuredText
CMAKE_CXX_MODULE_STD
|
|
--------------------
|
|
|
|
.. versionchanged:: 4.5
|
|
|
|
``CMAKE_CXX_MODULE_STD`` no longer has any effect. ``import std;`` is handled
|
|
automatically on all sources with :prop_tgt:`CXX_SCAN_FOR_MODULES` enabled.
|
|
|
|
.. versionadded:: 3.30
|
|
|
|
Whether to add utility targets as dependencies to targets with at least
|
|
``cxx_std_23`` or not.
|
|
|
|
.. note::
|
|
|
|
This setting is meaningful only when experimental support for ``import
|
|
std;`` has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_IMPORT_STD`` gate.
|
|
|
|
This variable is used to initialize the :prop_tgt:`CXX_MODULE_STD` property on
|
|
all targets. See that target property for additional information.
|