CMake/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-stderr.txt
Matthew Woehlke c8ccd5a9e3 export: Add build-tree CPS support
Add Common Package Specification support to export(EXPORT).
2025-02-25 15:42:23 -05:00

23 lines
1.3 KiB
Plaintext

CMake Error in CMakeLists\.txt:
export called with target "bar" which requires target "foo" that is not in
this export set, but in multiple other export sets:.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo-alt\.cmake,.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo\.cmake,.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo\.cps\.
An exported target cannot depend upon another target which is exported in
more than one export set or with more than one namespace\. Consider
consolidating the exports of the "foo" target to a single export\.
CMake Error in CMakeLists\.txt:
export called with target "bar" which requires target "foo" that is not in
this export set, but in multiple other export sets:.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo-alt\.cmake,.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo\.cmake,.*
.*/Tests/RunCMake/ExportPackageInfo/DependsMultipleDifferentSets-build/foo\.cps\.
An exported target cannot depend upon another target which is exported in
more than one export set or with more than one namespace\. Consider
consolidating the exports of the "foo" target to a single export\.