mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
ca6ba3fee5
Some commands on Windows do not understand forward slash paths and require backslashes. In order to help projects generate shell invocations of such commands, provide a generator expression to convert paths to the shell-preferred path format for the current generator. This will allow custom commands to generate paths the same way CMake does for compiler command invocations.
18 lines
484 B
Plaintext
18 lines
484 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\)
|