summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/LINK_ONLY-not-linking-stderr.txt
blob: cded1301863931d00606489b631efec1faff7a02 (plain)
1
2
3
4
5
6
7
8
CMake Error at LINK_ONLY-not-linking.cmake:1 \(add_custom_target\):
  Error evaluating generator expression:

    \$<LINK_ONLY:something>

  \$<LINK_ONLY:...> may only be used for linking
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)