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

    \$<CXX_COMPILER_VERSION>

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