diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-15 13:58:46 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-22 15:34:14 (GMT) |
commit | 9d5e32b79b04e5784acd07dd82fec79bc9b4cc34 (patch) | |
tree | 89ca097b302dbcf6d03eb281acfb8121b27989bd /Tests/RunCMake/export | |
parent | 62816ff88c6d1bd8d1c00de5ed448ee915d69e00 (diff) | |
download | CMake-9d5e32b79b04e5784acd07dd82fec79bc9b4cc34.zip CMake-9d5e32b79b04e5784acd07dd82fec79bc9b4cc34.tar.gz CMake-9d5e32b79b04e5784acd07dd82fec79bc9b4cc34.tar.bz2 |
Tests/RunCMake/export: handle collapsed newlines
When the build path is long with a space near the line length, a newline
is lost.
Diffstat (limited to 'Tests/RunCMake/export')
-rw-r--r-- | Tests/RunCMake/export/DependOnDoubleExport-stderr.txt | 3 |
1 files changed, 1 insertions, 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. |