This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 86fc1d5 PARQUET-1209: define ARROW_STATIC when PARQUET_ARROW_LINKAGE is static
86fc1d5 is described below
commit 86fc1d54f4e18108d9779ad9c56f712626a54182
Author: rip.nsk <rip.nsk@gmail.com>
AuthorDate: Mon Mar 12 20:17:49 2018 +0100
PARQUET-1209: define ARROW_STATIC when PARQUET_ARROW_LINKAGE is static
It does not solve the problem in general, but more correct anyway
Author: rip.nsk <rip.nsk@gmail.com>
Closes #446 from rip-nsk/PARQUET-1209 and squashes the following commits:
a4acb10 [rip.nsk] PARQUET-1209: define ARROW_STATIC when PARQUET_ARROW_LINKAGE is static
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 304f3fb..0e100a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -578,7 +578,7 @@ else()
zstd
)
- add_definitions(-DARROW_EXPORTING)
+ add_definitions(-DARROW_STATIC)
set(ARROW_LINK_LIBS
arrow_static
--
To stop receiving notification emails like this one, please contact
uwe@apache.org.
|