cmake/Tests/RunCMake/target_link_libraries/ConfigCase-stderr.txt

26 lines
557 B
Plaintext
Raw Normal View History

2022-03-29 21:10:50 +02:00
^CMake Error at ConfigCase\.cmake:4 \(target_link_libraries\):
The link interface of target "iface" contains:
config::iface-Debug
but the target was not found. Possible reasons include:
(
\*[^
]+)*
2020-08-30 11:54:41 +02:00
Call Stack \(most recent call first\):
2022-03-29 21:10:50 +02:00
CMakeLists\.txt:[0-9]+ \(include\)
2020-08-30 11:54:41 +02:00
+
2022-03-29 21:10:50 +02:00
CMake Error at ConfigCase\.cmake:6 \(target_link_libraries\):
Target "impl" links to:
config::impl-Debug
but the target was not found. Possible reasons include:
(
\*[^
]+)*
2020-08-30 11:54:41 +02:00
Call Stack \(most recent call first\):
2022-03-29 21:10:50 +02:00
CMakeLists\.txt:[0-9]+ \(include\)