mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Several problems with this feature came up while testing 4.3.0-rc1.
These include both broken stdlib distributions and regressions in our
implementation of the feature since CMake 4.2.
Revert commit 70c1f0f43d (Experimental: Remove import std experimental
gate, 2026-02-04, v4.3.0-rc1~61^2) except for its incidental fixes.
Remove the 4.3 release notes related to `import std`.
Rotate the experimental gate's UUID.
Issue: #27426
Issue: #27597
Issue: #27626
Issue: #27635
12 lines
383 B
ReStructuredText
12 lines
383 B
ReStructuredText
CMAKE_CXX_STDLIB_MODULES_JSON
|
|
-----------------------------
|
|
|
|
.. versionadded:: 4.2
|
|
|
|
This variable may be used to set the path to a metadata file for CMake to
|
|
understand how the ``import std`` target for the active CXX compiler should be
|
|
constructed.
|
|
|
|
This should only be used when the compiler does not know how to discover the
|
|
relevant module metadata file without such assistance.
|