summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/NoDyndepSupport-stderr.txt
blob: c7e2979553c603c19a0bfbdbd685435259bd3e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
^(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\.  See the cmake-cxxmodules\(7\)
  manual and the CMAKE_CXX_SCAN_FOR_MODULES variable\.
)