summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/NoScanningSourceFileProperty-stderr.txt
blob: ce548b9a92228c1c56a7dc1c19b03dffbc836ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(CMake Error in CMakeLists.txt:
  The target named "noscanning-sf-property" has C\+\+ sources that may use
  modules, but the compiler does not provide a way to discover the import
  graph dependencies\.  See the cmake-cxxmodules\(7\) manual for details\.  Use
  the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable scanning\.
|CMake Error in CMakeLists.txt:
  The target named "noscanning-sf-property" 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\.
)