summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/BadTargetTypeObject-stderr.txt
blob: a597d79b6bee08a30fe6c28b51e6d29747c4af9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CMake Error at BadTargetTypeObject.cmake:2 \(add_custom_target\):
  Error evaluating generator expression:

    \$<TARGET_FILE:objlib>

  Target "objlib" is not an executable or library.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetTypeObject.cmake:2 \(add_custom_target\):
  Error evaluating generator expression:

    \$<TARGET_SONAME_FILE:objlib>

  Target "objlib" is not an executable or library.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetTypeObject.cmake:2 \(add_custom_target\):
  Error evaluating generator expression:

    \$<TARGET_LINKER_FILE:objlib>

  Target "objlib" is not an executable or library.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)