You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2018/09/11 06:29:21 UTC

[arrow] branch master updated: ARROW-3218: [C++] Remove needless links to utilities in MinGW build

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 22eba33  ARROW-3218: [C++] Remove needless links to utilities in MinGW build
22eba33 is described below

commit 22eba33edfc11e3a85105bba052d32629e401062
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Tue Sep 11 15:29:03 2018 +0900

    ARROW-3218: [C++] Remove needless links to utilities in MinGW build
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2543 from kou/cpp-remove-needless-links-with-mingw and squashes the following commits:
    
    272fbf28 <Kouhei Sutou>  Remove needless links to utilities in MinGW build
---
 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 45d9a1a..b7a90bc 100644
--- a/cpp/src/arrow/ipc/CMakeLists.txt
+++ b/cpp/src/arrow/ipc/CMakeLists.txt
@@ -101,7 +101,7 @@ set(UTIL_LINK_LIBS
   ${BOOST_FILESYSTEM_LIBRARY}
   ${BOOST_SYSTEM_LIBRARY})
 
-if(NOT MSVC)
+if(NOT WIN32)
   set(UTIL_LINK_LIBS
     ${UTIL_LINK_LIBS}
     pthread