blob: ceb32854d567044b6a603f28034387a14b264ae2 (
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 BadSHELL_PATH.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<SHELL_PATH:>
"" is not an absolute path.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at BadSHELL_PATH.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<SHELL_PATH:Relative/Path>
"Relative/Path" is not an absolute path.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
+
CMake Error at BadSHELL_PATH.cmake:[0-9]+ \(add_custom_target\):
Error evaluating generator expression:
\$<SHELL_PATH:;>
"" is not an absolute path.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
|