We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc308db commit 1f0084fCopy full SHA for 1f0084f
CMakeLists.txt
@@ -203,7 +203,7 @@ if(SIMENG_ENABLE_TESTS)
203
${COMMAND_ECHO_OPTION}
204
RESULT_VARIABLE SUCCESS)
205
206
- # XXX replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
+ # TODO: replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
207
if (NOT SUCCESS EQUAL "0")
208
message(FATAL_ERROR "LLVM configure did not succeed")
209
else ()
@@ -227,7 +227,7 @@ if(SIMENG_ENABLE_TESTS)
227
228
229
230
231
232
message(FATAL_ERROR "LLVM build did not succeed")
233
endif ()
0 commit comments