We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19af87 commit 77986e4Copy full SHA for 77986e4
1 file changed
cmake/utils.cmake
@@ -430,7 +430,7 @@ function(GenerateNamedObjects sources_in)
430
configure_file(${new_source_file}.tmp ${new_source_file} COPYONLY)
431
file(REMOVE ${new_source_file}.tmp)
432
list(APPEND SRC_LIST_OUT ${new_source_file})
433
- message (STATUS ${new_source_file})
+ # message (STATUS ${new_source_file}) # Commented out to reduce build output
434
if (DEFINED HAVE_FMA3)
435
if ( ${new_source_file} MATCHES "(s|d?)rot_k.*c")
436
set_source_files_properties(${new_source_file} PROPERTIES COMPILE_OPTIONS "-mfma")
0 commit comments