Skip to content

Commit 1f0084f

Browse files
committed
Updated cmake file comments.
1 parent fc308db commit 1f0084f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if(SIMENG_ENABLE_TESTS)
203203
${COMMAND_ECHO_OPTION}
204204
RESULT_VARIABLE SUCCESS)
205205

206-
# XXX replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
206+
# TODO: replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
207207
if (NOT SUCCESS EQUAL "0")
208208
message(FATAL_ERROR "LLVM configure did not succeed")
209209
else ()
@@ -227,7 +227,7 @@ if(SIMENG_ENABLE_TESTS)
227227
${COMMAND_ECHO_OPTION}
228228
RESULT_VARIABLE SUCCESS)
229229

230-
# XXX replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
230+
# TODO: replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
231231
if (NOT SUCCESS EQUAL "0")
232232
message(FATAL_ERROR "LLVM build did not succeed")
233233
endif ()

0 commit comments

Comments
 (0)