summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/LINK_LANG_AND_ID-wrong-usage1-stderr.txt
blob: 95611c310f627b2ff55ce1679f8b85dda6a16b2c (plain)
1
2
3
4
5
6
7
8
9
CMake Error at LINK_LANG_AND_ID-wrong-usage1.cmake:4 \(target_compile_definitions\):
  Error evaluating generator expression:

    \$<LINK_LANG_AND_ID:C,GNU>

  \$<LINK_LANG_AND_ID:lang,id> may only be used with binary targets to specify
  link libraries, link directories, link options, and link depends.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)