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

wesm 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 3e70357  [CI] Fix cmake-format issue in python/CMakeLists.txt
3e70357 is described below

commit 3e703572494837fecee1442e5ea8fb8d810d0e1a
Author: Wes McKinney <wesm+...@apache.org>
AuthorDate: Fri Jul 12 14:44:54 2019 -0500

    [CI] Fix cmake-format issue in python/CMakeLists.txt
---
 python/CMakeLists.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 4dadc20..4432c2f 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -297,10 +297,11 @@ function(bundle_arrow_dependency library_name 
shared_lib_name)
   if(SHARED_LIB_PATH)
     get_filename_component(SHARED_LIB_REALPATH ${SHARED_LIB_PATH} REALPATH)
     get_filename_component(SHARED_LIB_NAME ${SHARED_LIB_PATH} NAME)
-    message(STATUS "Bundle dependency ${library_name}: ${SHARED_LIB_REALPATH} 
as ${SHARED_LIB_NAME}")
+    message(
+      STATUS
+        "Bundle dependency ${library_name}: ${SHARED_LIB_REALPATH} as 
${SHARED_LIB_NAME}")
     configure_file(${SHARED_LIB_REALPATH}
-                   ${BUILD_OUTPUT_ROOT_DIRECTORY}/${SHARED_LIB_NAME}
-                   COPYONLY)
+                   ${BUILD_OUTPUT_ROOT_DIRECTORY}/${SHARED_LIB_NAME} COPYONLY)
   else()
     message(FATAL_ERROR "Unable to bundle dependency: ${library_name}")
   endif()

Reply via email to