From 1f0084f3fe5aea2365c0e86d35ecd2679242b862 Mon Sep 17 00:00:00 2001 From: Finn Wilkinson Date: Wed, 18 Dec 2024 15:06:44 +0000 Subject: [PATCH] Updated cmake file comments. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edc9b204a..b8f4379b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 () @@ -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 ()