diff options
author | Brad King <brad.king@kitware.com> | 2024-02-28 19:14:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-28 19:16:20 (GMT) |
commit | 6925978f3e8905da024db8fa51eb8da6df925ad3 (patch) | |
tree | bc5b210c04ebc0596f0d0f12d050fb2f4187317b /Tests/RunCMake | |
parent | febe479570e96302bd4041cd1104fb95bc99e66d (diff) | |
download | CMake-6925978f3e8905da024db8fa51eb8da6df925ad3.zip CMake-6925978f3e8905da024db8fa51eb8da6df925ad3.tar.gz CMake-6925978f3e8905da024db8fa51eb8da6df925ad3.tar.bz2 |
Tests/RunCMake/CXXModules: Update VS circular error message
Match the message expected from MSBuild as of VS 17.9.
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r-- | Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt b/Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt index f6f5e5f..35f02d8 100644 --- a/Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt +++ b/Tests/RunCMake/CXXModules/examples/circular-build-stdout.txt @@ -1 +1 @@ -((Ninja generators)?(CMake Error: Circular dependency detected in the C\+\+ module import graph. See modules named: "a", "b")|(Visual Studio generators)?(error : Cannot build the following source files because there is a cyclic dependency between them)) +((Ninja generators)?(CMake Error: Circular dependency detected in the C\+\+ module import graph. See modules named: "a", "b")|(Visual Studio generators)?(error MSB8086: Cyclic build dependency detected: |error : Cannot build the following source files because there is a cyclic dependency between them)) |