You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/CXXModules/NoDyndepSupport-stderr.txt

20 lines
591 B

^(CMake Error:
The Ninja generator does not support C\+\+20 modules using Ninja version
[^
]+
due to lack of required features\. Ninja 1\.11 or higher is required\.
|CMake Error in CMakeLists.txt:
The target named "nodyndep" has C\+\+ sources that may use modules, but
modules are not supported by this generator:
[^
]+
Modules are supported only by Ninja, Ninja Multi-Config, and Visual Studio
generators for VS 17\.4 and newer\. See the cmake-cxxmodules\(7\) manual for
details\. Use the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable
scanning\.
)