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

    \$<Fortran_COMPILER_VERSION>

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