mirror of
https://github.com/reactos/CMake.git
synced 2025-02-15 00:57:19 +00:00
![Stephen Kelly](/assets/img/avatar_default.png)
Add a new signature to help populate INTERFACE_LINK_LIBRARIES and LINK_LIBRARIES cleanly in a single call. Add policy CMP0023 to control whether the keyword signatures can be mixed with uses of the plain signatures on the same target.
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
CMake Error at MixedSignature.cmake:6 \(target_link_libraries\):
|
|
The PUBLIC or PRIVATE option must appear as the second argument, just after
|
|
the target name.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|