Skip to content

Commit

Permalink
cmake format; fix orc cimport
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 24, 2019
1 parent 45a2a17 commit 9ce7180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2537,9 +2537,9 @@ if(ARROW_S3)
message(STATUS "Found AWS SDK libraries: ${AWSSDK_LINK_LIBRARIES}")

if(APPLE)
set_target_properties(AWS::aws-c-common PROPERTIES
INTERFACE_LINK_LIBRARIES "-pthread;pthread;-framework CoreFoundation"
)
set_target_properties(AWS::aws-c-common
PROPERTIES INTERFACE_LINK_LIBRARIES
"-pthread;pthread;-framework CoreFoundation")
endif()
endif()

Expand Down
2 changes: 1 addition & 1 deletion python/pyarrow/_orc.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ from pyarrow.includes.libarrow cimport (CArray, CSchema, CStatus,
CKeyValueMetadata,
CRecordBatch,
CTable,
RandomAccessFile, COutputStream,
CRandomAccessFile, COutputStream,
TimeUnit)


Expand Down

0 comments on commit 9ce7180

Please sign in to comment.