mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
CMake Error at BadStrGreaterEqual.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<STRGREATER_EQUAL>
|
|
|
|
\$<STRGREATER_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 BadStrGreaterEqual.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<STRGREATER_EQUAL:>
|
|
|
|
\$<STRGREATER_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 BadStrGreaterEqual.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<STRGREATER_EQUAL:,,>
|
|
|
|
\$<STRGREATER_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 BadStrGreaterEqual.cmake:1 \(add_custom_target\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<STRGREATER_EQUAL:something,,>
|
|
|
|
\$<STRGREATER_EQUAL> expression requires 2 comma separated parameters, but
|
|
got 3 instead.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
+
|
|
CMake Generate step failed\. Build files cannot be regenerated correctly\.$
|