import-stdΒΆ
The experimental gate for C++23's
import stdhas been dropped.Variable
CMAKE_CXX_MODULE_STDand property targetCXX_MODULE_STDcontrol the availability ofimport stdfor C++ targets.Read-only variable
CMAKE_CXX_COMPILER_IMPORT_STDlists the C++ standard levels for whichimport stdis available on the current toolchain.Variable
CMAKE_CXX_STDLIB_MODULES_JSONsets a specific module metadata file which CMake will use for constructingimport stdinstead of relying on automatic detection via the current C++ compiler.