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

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


The following commit(s) were added to refs/heads/main by this push:
     new dc973c2bde MINOR: [C++] Revert change in ipc/CMakeLists.txt (#41701)
dc973c2bde is described below

commit dc973c2bde2d8a4cf789805e758070290c2669b9
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu May 16 21:06:21 2024 -0800

    MINOR: [C++] Revert change in ipc/CMakeLists.txt (#41701)
    
    ### Rationale for this change
    
    https://github.com/apache/arrow/pull/40392 introduced a mistake in the the 
associated CMakeLists.txt, noticed by @ kou in 
https://github.com/apache/arrow/pull/40392#discussion_r1604344494.
    
    ### What changes are included in this PR?
    
    A reversion of that change.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Bryce Mecum <[email protected]>
    Signed-off-by: Bryce Mecum <[email protected]>
---
 cpp/src/arrow/ipc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/arrow/ipc/CMakeLists.txt b/cpp/src/arrow/ipc/CMakeLists.txt
index 2d3eb0f6c5..2fc9b145cc 100644
--- a/cpp/src/arrow/ipc/CMakeLists.txt
+++ b/cpp/src/arrow/ipc/CMakeLists.txt
@@ -6,7 +6,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an

Reply via email to