From ff305b9982a42f10019a947b43feff72e519c666 Mon Sep 17 00:00:00 2001 From: zhiqiang-hhhh Date: Tue, 12 Aug 2025 00:32:17 +0800 Subject: [PATCH] refine cmake message --- cmake/utils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/utils.cmake b/cmake/utils.cmake index a93f21686f7..c075f032489 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -430,7 +430,7 @@ function(GenerateNamedObjects sources_in) configure_file(${new_source_file}.tmp ${new_source_file} COPYONLY) file(REMOVE ${new_source_file}.tmp) list(APPEND SRC_LIST_OUT ${new_source_file}) - message (STATUS ${new_source_file}) + # message (STATUS ${new_source_file}) # Commented out to reduce build output if (DEFINED HAVE_FMA3) if ( ${new_source_file} MATCHES "(s|d?)rot_k.*c") set_source_files_properties(${new_source_file} PROPERTIES COMPILE_OPTIONS "-mfma")