Replies: 3 comments
-
We've heard that Kitware is working on making this work out-of-the-box with CMake, but we can't share any ETA at this time. |
Beta Was this translation helpful? Give feedback.
-
Have you seen this: #3195 (comment) ? |
Beta Was this translation helpful? Give feedback.
-
using |
Beta Was this translation helpful? Give feedback.
-
https://learn.microsoft.com/en-us/cpp/build/reference/c-cpp-prop-page?view=msvc-170#build-iso-c23-standard-library-modules
https://learn.microsoft.com/en-us/cpp/cpp/tutorial-import-stl-named-module?view=msvc-170
It seems that consuming the STL module form CMake isn't something out-of-the-box?
What would I need to do to setup a CMake project with CMakePresets to be able to consume the STL module and this should happen crossplatform with Clang/GCC?
Beta Was this translation helpful? Give feedback.
All reactions