cmake/Tests/RunCMake/CXXModules/NoDyndepSupport-stderr.txt

20 lines
591 B
Plaintext
Raw Normal View History

2023-12-07 09:12:54 +01:00
^(CMake Error:
2022-11-16 20:14:03 +01:00
The Ninja generator does not support C\+\+20 modules using Ninja version
2023-12-07 09:12:54 +01:00
[^
]+
2022-11-16 20:14:03 +01:00
2023-12-07 09:12:54 +01:00
due to lack of required features\. Ninja 1\.11 or higher is required\.
2022-11-16 20:14:03 +01:00
|CMake Error in CMakeLists.txt:
2023-12-07 09:12:54 +01:00
The target named "nodyndep" has C\+\+ sources that may use modules, but
modules are not supported by this generator:
2022-11-16 20:14:03 +01:00
2023-12-07 09:12:54 +01:00
[^
]+
2022-11-16 20:14:03 +01:00
2023-12-07 09:12:54 +01:00
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\.
)