mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-19 22:38:33 -05:00
Tests: Improve RunCMake.export expected output matching robustness
The "multiple other export sets" message may wrap lines differently depending on the path to the test.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
CMake Error in CMakeLists.txt:
|
CMake Error in CMakeLists.txt:
|
||||||
export called with target "exported" which requires target "doubleexported"
|
export called with target "exported" which requires target "doubleexported"
|
||||||
that is not in this export set, but in multiple other export sets:
|
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/exportset.cmake,.*
|
||||||
.*/Tests/RunCMake/export/DependOnDoubleExport-build/manual.cmake.
|
.*/Tests/RunCMake/export/DependOnDoubleExport-build/manual.cmake.
|
||||||
+
|
+
|
||||||
An exported target cannot depend upon another target which is exported
|
An exported target cannot depend upon another target which is exported
|
||||||
|
|||||||
Reference in New Issue
Block a user