Commits

Wes McKinney authored 2a695116d97
PARQUET-1439: Remove PARQUET_ARROW_LINKAGE option, clean up overall library linking configuration Author: Wes McKinney <wesm+git@apache.org> Author: Deepak Majeti <deepak.majeti@hpe.com> Author: Kouhei Sutou <kou@clear-code.com> Author: Deepak Majeti <mdeepak@apache.org> Closes #2735 from majetideepak/PARQUET-1439 and squashes the following commits: 6c3e18006 <Wes McKinney> CMake message is different 80bd5cb49 <Wes McKinney> Fix appveyor-cpp-test-cmake-script.bat da5e19ea7 <Kouhei Sutou> Fix build error with vendored boost 10642b3b6 <Wes McKinney> Link arrow_shared publicly with parquet_shared ceb664872 <Wes McKinney> Link arrow_shared in statically-linked Parquet tests 6365952f3 <Wes McKinney> Use alias targets for ARROW_BOOST_LIBS eea1acee2 <Wes McKinney> Fix gflags issue on windows 434bae7ab <Wes McKinney> Fix benchmark linking. Use ADD_ARROW_LIB for gandiva_jni dc604547a <Kouhei Sutou> Stop to create generic library in ADD_THIRDPARTY_LIB 1b446e0fd <Wes McKinney> ARROW-3745 Do not link static libraries to themselves. Fix static library dependency error 01f235d24 <Wes McKinney> Remove debugging message a85350450 <Wes McKinney> Clean up link dependencies. There is no such thing as private static link libs 87c5f91d9 <Wes McKinney> Remove PARQUET_ARROW_LINKAGE option c521fc274 <Deepak Majeti> remove static linkage from travis script 661a03ce4 <Deepak Majeti> Statically link parquet binaries and dynamically link parquet tests f033cb724 <Deepak Majeti> remove travis ci test eecbc8802 <Deepak Majeti> PARQUET-1439: Parquet build fails when PARQUET_ARROW_LINKAGE is static