You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to require Clang 18+, and some future CMake version since the standard library modules are currently unsupported by any version of CMake.
The text was updated successfully, but these errors were encountered:
-- The CXX compiler identification is Clang 18.1.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++ - skipped
-- Detecting CXX compile features
CMake Warning (dev) at /var/lib/snapd/snap/cmake/1409/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake:248 (cmake_language):
CMake's support for `import std;` in C++23 and newer is experimental. It
is meant only for experimentation and feedback to CMake developers.
Call Stack (most recent call first):
/var/lib/snapd/snap/cmake/1409/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake:113 (cmake_create_cxx_import_std)
/var/lib/snapd/snap/cmake/1409/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:83 (CMAKE_DETERMINE_COMPILER_SUPPORT)
CMakeLists.txt:14 (project)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Detecting CXX compile features - done
-- Configuring done (0.6s)
CMake Error in CMakeLists.txt:
The "CXX_MODULE_STD" property on the target "uses_std" requires that the
"__CMAKE::CXX23" target exist, but it was not provided by the toolchain.
Reason:
Only `libc++` is supported
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
This is going to require Clang 18+, and some future CMake version since the standard library modules are currently unsupported by any version of CMake.
The text was updated successfully, but these errors were encountered: