[
https://issues.apache.org/jira/browse/PARQUET-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved PARQUET-1052.
-----------------------------------
Resolution: Fixed
Fix Version/s: cpp-1.2.0
Issue resolved by pull request 368
[https://github.com/apache/parquet-cpp/pull/368]
> [C++] add_compiler_export_flags() throws warning with CMake >= 3.3
> ------------------------------------------------------------------
>
> Key: PARQUET-1052
> URL: https://issues.apache.org/jira/browse/PARQUET-1052
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Deepak Majeti
> Assignee: Deepak Majeti
> Fix For: cpp-1.2.0
>
>
> The following Warning is shown
> CMake Deprecation Warning at
> /usr/share/cmake-3.5/Modules/GenerateExportHeader.cmake:383 (message):
> The add_compiler_export_flags function is obsolete. Use the
> CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN target properties
> instead.
> Call Stack (most recent call first):
> CMakeLists.txt:437 (add_compiler_export_flags)
> Similar problem in KUDU: https://issues.apache.org/jira/browse/KUDU-1390
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)