CMake/Tests/RunCMake/ExportPackageInfo/ReferencesWronglyExportedTarget-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

8 lines
305 B
Plaintext

CMake Error in CMakeLists.txt:
Target "test" references target "foo", which does not use the standard
namespace separator. This is not allowed.
.*
CMake Error in CMakeLists.txt:
Target "test" references target "bar_bar", which does not use the standard
namespace separator. This is not allowed.