summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries-LINK_GROUP/imported-target-stdout.txt
blob: 16b93d13ab1fadd607d2b601ac0ef9d575e79109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CMake Warning \(dev\) at imported-target.cmake:[0-9]+ \(add_library\):
  The 'IMPORTED' target 'NS::lib2' uses the generator-expression
  '\$<LINK_GROUP>' with the feature 'feat', which is undefined or unsupported.

  Did you miss to define it by setting variables
  "CMAKE_C_LINK_GROUP_USING_feat" and
  "CMAKE_C_LINK_GROUP_USING_feat_SUPPORTED"\?
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at imported-target.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\)