diff options
Diffstat (limited to 'Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt b/Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt index d103201..0843d0b 100644 --- a/Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt +++ b/Tests/RunCMake/CXXModules/CMP0155-NEW-stderr.txt @@ -1,7 +1,10 @@ (CMake Error in CMakeLists.txt: - The target named "cmp0155-new" has C\+\+ sources that use modules but the - compiler does not provide a way to discover the import graph dependencies + The target named "cmp0155-new" 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 and the + CMAKE_CXX_SCAN_FOR_MODULES variable\. |CMake Error in CMakeLists.txt: - The target named "cmp0155-new" contains C\+\+ sources that use modules which - is not supported by the generator + The target named "cmp0155-new" 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\. ) |