|
|
@@ -41,7 +41,8 @@ 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.
|
|
|
+the UUID and the ``CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP`` variables need to be
|
|
|
+set.
|
|
|
|
|
|
For example, add code like the following to a test project:
|
|
|
|