CMake/Tests/RunCMake/GenEx-LINK_GROUP/multiple-definitions-stderr.txt
Marc Chevrier 1777883f8b genex-LINK_(LIBRARY|GROUP) features: update variables behavior
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.
2022-03-25 12:29:28 +01:00

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\)