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

    \$<COMPILE_ONLY:something>

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