Skip to content

Commit dc973c2

Browse files
authored
MINOR: [C++] Revert change in ipc/CMakeLists.txt (#41701)
### Rationale for this change #40392 introduced a mistake in the the associated CMakeLists.txt, noticed by @ kou in #40392 (comment). ### 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 <petridish@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>
1 parent f5ac05c commit dc973c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/ipc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
88
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
9+
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an

0 commit comments

Comments
 (0)