
Variable CMAKE_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is evaluated only if CMAKE_<LANG>_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is not defined. This new behavior enable to activate a feature globally on a platform and to disable it for some compilers and languages.
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
CMake Error at multiple-definitions.cmake:[0-9]+ \(add_library\):
|
|
Feature 'feat', specified through generator-expression '\$<LINK_GROUP>' to
|
|
link target 'lib', is not supported for the 'C' link language.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|