mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
c9f9b3cd94
Test that it is an error to read a number-compatible property to determine the link implementation. An alternative would be to consider the value to be "0", however, that is too arbitrary given the use-cases of this feature. Values from this feature may be used in setting a define, where "0" may have special or invalid meaning and should be explicit.
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
CMake Error: Property SOMEPROP on target "user" is
|
|
implied to be empty because it was used to determine the link libraries
|
|
already. The INTERFACE_SOMEPROP property on
|
|
dependency "foo" is in conflict.
|