mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
463c2fba4e
Extend the genex added by commit ca6ba3fee5 (Genex: Add a SHELL_PATH
expression, 2015-09-24, v3.4.0-rc1~37^2) to accept a `;`-list of paths,
convert them all, and generate a list separated by the native shell
`PATH``` separator.
27 lines
715 B
Plaintext
27 lines
715 B
Plaintext
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:3 \(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:3 \(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:3 \(include\)
|