summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/NonValidTarget-C_COMPILER_ID-stderr.txt
blob: b8e53ed91dd3dc8ed508481e4e0a817d6935dbd8 (plain)
1
2
3
4
5
6
7
8
9
CMake Error at NonValidTarget-C_COMPILER_ID.cmake:4 \(add_custom_command\):
  Error evaluating generator expression:

    \$<C_COMPILER_ID>

  \$<C_COMPILER_ID> may only be used with binary targets.  It may not be used
  with add_custom_command or add_custom_target.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)