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

  Did you miss to define it by setting variables
  "CMAKE_C_LINK_USING_whole_archive" and
  "CMAKE_C_LINK_USING_whole_archive_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 'whole_archive', specified through generator-expression
  '\$<LINK_LIBRARY>' to link target 'lib', is not supported for the 'C' link
  language.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)