cmake/Tests/RunCMake/export/DependOnDoubleExport-stderr.txt

13 lines
579 B
Plaintext
Raw Normal View History

2020-02-01 23:06:01 +01:00
CMake Error in CMakeLists.txt:
export called with target "exported" which requires target "doubleexported"
2024-04-14 22:45:38 +02:00
that is not in this export set, but in multiple other export sets:.*
.*/Tests/RunCMake/export/DependOnDoubleExport-build/exportset.cmake,.*
2020-02-01 23:06:01 +01:00
.*/Tests/RunCMake/export/DependOnDoubleExport-build/manual.cmake.
2020-08-30 11:54:41 +02:00
+
2020-02-01 23:06:01 +01:00
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.
CMake Generate step failed. Build files cannot be regenerated correctly.