mirror of
https://github.com/reactos/CMake.git
synced 2024-12-21 03:00:59 +00:00
f1eacf0e07
The expressions may be parsed and then cached and evaluated multiple times. They are evaluated lazily so that literals such as ',' can be treated as universal parameter separators, and can be processed from results without appearing literally, and without interfering with the parsing/evaluation of the entire expression.
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<CONFIG>
|
|
|
|
\$<CONFIG> expression requires exactly one parameter.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<CONFIG:.>
|
|
|
|
Expression syntax not recognized.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<CONFIG:Foo,Bar>
|
|
|
|
\$<CONFIG> expression requires exactly one parameter.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<CONFIG:Foo-Bar>
|
|
|
|
Expression syntax not recognized.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<CONFIG:Foo-Nested>
|
|
|
|
Expression syntax not recognized.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|