Skip to content

Commit 77986e4

Browse files
refine cmake message (#348)
1 parent d19af87 commit 77986e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ function(GenerateNamedObjects sources_in)
430430
configure_file(${new_source_file}.tmp ${new_source_file} COPYONLY)
431431
file(REMOVE ${new_source_file}.tmp)
432432
list(APPEND SRC_LIST_OUT ${new_source_file})
433-
message (STATUS ${new_source_file})
433+
# message (STATUS ${new_source_file}) # Commented out to reduce build output
434434
if (DEFINED HAVE_FMA3)
435435
if ( ${new_source_file} MATCHES "(s|d?)rot_k.*c")
436436
set_source_files_properties(${new_source_file} PROPERTIES COMPILE_OPTIONS "-mfma")

0 commit comments

Comments
 (0)