[
https://issues.apache.org/jira/browse/PARQUET-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
allen tom updated PARQUET-1004:
-------------------------------
Description:
Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The
problem comes when PARQUET_ZLIB_VENDORED is turned on.
The reason is because of these four lines
https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
However with the local libs it's zlib.lib and not zlibstatic.lib
was:
Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The
problem comes when PARQUET_ZLIB_VENDORED is turned on.
The reason is because of these six lines
https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
However with the local libs it's zlib.lib and not zlibstatic.lib
> CPP Building fails on windows
> -----------------------------
>
> Key: PARQUET-1004
> URL: https://issues.apache.org/jira/browse/PARQUET-1004
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Environment: Windows 10
> Visual Studio 2015
> Reporter: allen tom
>
> Cannot open C:\src\vcpkg\packages\zlib_x64-windows\lib\zlibstatic.lib. The
> problem comes when PARQUET_ZLIB_VENDORED is turned on.
> The reason is because of these four lines
> https://github.com/apache/parquet-cpp/blob/bac81a7a6e13aa28f8b828e336dd80f84950cdcc/cmake_modules/FindZLIB.cmake#L69-L72
> However with the local libs it's zlib.lib and not zlibstatic.lib
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)