diff options
| author | Phil Felton <39185762+philjdf@users.noreply.github.com> | 2019-07-24 01:36:59 +0100 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-07-23 17:36:59 -0700 |
| commit | ea9d29c05b110f203184eb4602b23325557de9c3 (patch) | |
| tree | efd461c05efcab27ecddc159d6cfcb88e7791d74 /ports/arrow/msvc-libname.patch | |
| parent | 0079c186f0fd8f8f64afc7e0796dd2aa2882e2e3 (diff) | |
| download | vcpkg-ea9d29c05b110f203184eb4602b23325557de9c3.tar.gz vcpkg-ea9d29c05b110f203184eb4602b23325557de9c3.zip | |
[Arrow] Update to Arrow v0.14.1 (#7211)
* Arrow 0.14 update
* Find Thrift compiler on Linux
* Arrow 0.14.1
* Arrow 0.14.1
Diffstat (limited to 'ports/arrow/msvc-libname.patch')
| -rw-r--r-- | ports/arrow/msvc-libname.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/arrow/msvc-libname.patch b/ports/arrow/msvc-libname.patch deleted file mode 100644 index a997822d0..000000000 --- a/ports/arrow/msvc-libname.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/cpp/cmake_modules/BuildUtils.cmake b/cpp/cmake_modules/BuildUtils.cmake
-index 0f014ba..fd2e7b3 100644
---- a/cpp/cmake_modules/BuildUtils.cmake
-+++ b/cpp/cmake_modules/BuildUtils.cmake
-@@ -289,7 +289,7 @@ function(ADD_ARROW_LIB LIB_NAME)
- target_include_directories(${LIB_NAME}_static PRIVATE ${ARG_PRIVATE_INCLUDES})
- endif()
-
-- if(MSVC)
-+ if(MSVC AND 0)
- set(LIB_NAME_STATIC ${LIB_NAME}_static)
- else()
- set(LIB_NAME_STATIC ${LIB_NAME})
|
