This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new fd22dd9  ARROW-11786: [C++] Remove noisy CMake message
fd22dd9 is described below

commit fd22dd93d9835090a350c859f6e75dd2615d0bd0
Author: David Li <[email protected]>
AuthorDate: Fri Feb 26 12:10:09 2021 +0900

    ARROW-11786: [C++] Remove noisy CMake message
    
    Closes #9578 from lidavidm/arrow-11786
    
    Authored-by: David Li <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/src/arrow/flight/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/src/arrow/flight/CMakeLists.txt 
b/cpp/src/arrow/flight/CMakeLists.txt
index b44bab2..77789d4 100644
--- a/cpp/src/arrow/flight/CMakeLists.txt
+++ b/cpp/src/arrow/flight/CMakeLists.txt
@@ -85,7 +85,6 @@ function(test_grpc_version DST_VAR DETECT_VERSION TEST_FILE)
                 CMAKE_FLAGS 
"-DINCLUDE_DIRECTORIES=${CURRENT_INCLUDE_DIRECTORIES}"
                 LINK_LIBRARIES gRPC::grpc gRPC::grpc++
                 OUTPUT_VARIABLE TLS_CREDENTIALS_OPTIONS_CHECK_OUTPUT 
CXX_STANDARD 11)
-    message(STATUS "${TLS_CREDENTIALS_OPTIONS_CHECK_OUTPUT}")
     if(HAS_GRPC_VERSION)
       set(${DST_VAR} "${DETECT_VERSION}" PARENT_SCOPE)
     else()

Reply via email to