blob: 4cbc7ba0b8648c20338a49fcbb9139dd926a482f (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
CMake Error at WrongArguments.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<PATH_EQUAL>
\$<PATH_EQUAL> expression requires 2 comma separated parameters, but got 0
instead.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at WrongArguments.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<PATH_EQUAL:>
\$<PATH_EQUAL> expression requires 2 comma separated parameters, but got 1
instead.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at WrongArguments.cmake:2 \(add_custom_target\):
Error evaluating generator expression:
\$<PATH_EQUAL:,,>
\$<PATH_EQUAL> expression requires 2 comma separated parameters, but got 3
instead.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at WrongArguments.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<PATH_EQUAL:something,,>
\$<PATH_EQUAL> expression requires 2 comma separated parameters, but got 3
instead.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
|