mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
42965799b4
This generator expression offers the capability, for the link step, to decorate libraries with prefix/suffix flags and/or adding any specific flag for each library. Fixes: #22812, #18751, #20078, #22703
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
CMake Error at empty-arguments.cmake:[0-9]+ \(target_link_libraries\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<LINK_LIBRARY:,>
|
|
|
|
\$<LINK_LIBRARY:...> expects a feature name as first argument.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|