blob: fc8e383fd8c79aaf706fa627ca435ae97c08d6e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CMake Error at forbidden-arguments.cmake:[0-9]+ \(add_library\):
Property LINK_LIBRARIES contains the invalid item "</LINK_LIBRARY:feat>".
The LINK_LIBRARIES property may contain the generator-expression
"\$<LINK_LIBRARY:...>" which may be used to specify how the libraries are
linked.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at forbidden-arguments.cmake:[0-9]+ \(target_link_libraries\):
Property LINK_LIBRARIES contains the invalid item "<LINK_LIBRARY:feat>".
The LINK_LIBRARIES property may contain the generator-expression
"\$<LINK_LIBRARY:...>" which may be used to specify how the libraries are
linked.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
|