Remove extraneous output to console from our build. (#81925)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Fri, 10 Feb 2023 19:44:05 +0000 (11:44 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 19:44:05 +0000 (11:44 -0800)
eng/native/functions.cmake

index efb36de..8e03f56 100644 (file)
@@ -615,7 +615,6 @@ function(link_natvis_sources_for_target targetName linkKind)
         endif()
         get_filename_component(extension "${source}" EXT)
         if ("${extension}" STREQUAL ".natvis")
-            message("Embedding natvis ${source}")
             # Since natvis embedding is only supported on Windows
             # we can use target_link_options since our minimum version is high enough
             target_link_options(${targetName} "${linkKind}" "-NATVIS:${source}")