Skip to content

Commit

Permalink
Updated cmake file comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson committed Dec 18, 2024
1 parent fc308db commit 1f0084f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if(SIMENG_ENABLE_TESTS)
${COMMAND_ECHO_OPTION}
RESULT_VARIABLE SUCCESS)

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

# XXX replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
# TODO: replace with COMMAND_ERROR_IS_FATAL in the future (>= 3.19)
if (NOT SUCCESS EQUAL "0")
message(FATAL_ERROR "LLVM build did not succeed")
endif ()
Expand Down

0 comments on commit 1f0084f

Please sign in to comment.