You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:35:52 UTC

[GitHub] [arrow] GPSnoopy commented on a change in pull request #7818: ARROW-9541: [C++] CMakeLists requires UTF8PROC_STATIC when building static library

GPSnoopy commented on a change in pull request #7818:
URL: https://github.com/apache/arrow/pull/7818#discussion_r461441577



##########
File path: cpp/src/arrow/CMakeLists.txt
##########
@@ -490,6 +490,10 @@ if(ARROW_BUILD_STATIC AND WIN32)
   target_compile_definitions(arrow_static PUBLIC ARROW_STATIC)
 endif()
 
+if(NOT ARROW_UTF8PROC_USE_SHARED AND WIN32)
+  target_compile_definitions(arrow_static PRIVATE UTF8PROC_STATIC)

Review comment:
       @kou In `Findutc8proc.cmake`? I'll see if I can get that to work




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org