mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
msvc: bless MSVC 19.34 support for C++ modules as experimental
Visual Studio 17.4 now contains official support for what CMake needs.
This commit is contained in:
@@ -39,6 +39,10 @@ they can use it to develop and test their dependency scanning tool.
|
||||
The ``CMAKE_EXPERIMENTAL_CXX_SCANDEP_SOURCE`` variable must also be set
|
||||
to tell CMake how to invoke the C++20 module dependency scanning tool.
|
||||
|
||||
MSVC 19.34 (provided with Visual Studio 17.4) and above contains the support
|
||||
that CMake needs and has these variables already set up as required and only
|
||||
the UUID variable needs to be set.
|
||||
|
||||
For example, add code like the following to a test project:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
Reference in New Issue
Block a user