From 9d5e32b79b04e5784acd07dd82fec79bc9b4cc34 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 15 May 2020 09:58:46 -0400 Subject: Tests/RunCMake/export: handle collapsed newlines When the build path is long with a space near the line length, a newline is lost. --- Tests/RunCMake/export/DependOnDoubleExport-stderr.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/RunCMake/export/DependOnDoubleExport-stderr.txt b/Tests/RunCMake/export/DependOnDoubleExport-stderr.txt index b78c7e4..e8f8a09 100644 --- a/Tests/RunCMake/export/DependOnDoubleExport-stderr.txt +++ b/Tests/RunCMake/export/DependOnDoubleExport-stderr.txt @@ -3,8 +3,7 @@ CMake Error in CMakeLists.txt: that is not in this export set, but in multiple other export sets: .*/Tests/RunCMake/export/DependOnDoubleExport-build/exportset.cmake, .*/Tests/RunCMake/export/DependOnDoubleExport-build/manual.cmake. - - ++ An exported target cannot depend upon another target which is exported multiple times. Consider consolidating the exports of the "doubleexported" target to a single export. -- cgit v0.12