wgtmac commented on code in PR #3435: URL: https://github.com/apache/avro/pull/3435#discussion_r2258699452
########## lang/c++/CMakeLists.txt: ########## @@ -79,7 +85,7 @@ if (AVRO_BUILD_TESTS OR AVRO_USE_BOOST) find_package (Boost 1.70 REQUIRED CONFIG COMPONENTS system) endif () -find_package(fmt) +find_package(fmt QUIET) Review Comment: Why adding `QUIET` to it? This is unrelated to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org