You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
452 B
16 lines
452 B
8 years ago
|
CMake Error at BadIF.cmake:2 \(add_custom_target\):
|
||
|
Error evaluating generator expression:
|
||
|
|
||
|
\$<IF:asdf,a,b>
|
||
|
|
||
|
First parameter to \$<IF> must resolve to exactly one '0' or '1' value.
|
||
|
Call Stack \(most recent call first\):
|
||
|
CMakeLists.txt:3 \(include\)
|
||
|
+
|
||
|
CMake Error at BadIF.cmake:2 \(add_custom_target\):
|
||
|
Error evaluating generator expression:
|
||
|
|
||
|
\$<IF:asdf,a>
|
||
|
|
||
|
\$<IF> expression requires 3 comma separated parameters, but got 2 instead.
|