[ 
https://issues.apache.org/jira/browse/ARROW-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382481#comment-16382481
 ] 

ASF GitHub Bot commented on ARROW-2238:
---------------------------------------

MaxRis commented on issue #1684: ARROW-2238: [C++] Detect and use clcache in 
cmake configuration
URL: https://github.com/apache/arrow/pull/1684#issuecomment-369699161
 
 
   @pitrou it seems that we already try to use `ccache` 
[there](https://github.com/apache/arrow/blob/master/cpp/CMakeLists.txt#L68) if 
it's presented. I'm wondering if it will make more sense to refactor referenced 
lines and optionally use `clcache` for MSVC?
   Also, probably, usage of RULE_LAUNCH_COMPILE and RULE_LAUNCH_LINK should 
solve issue with selected compiler overwrite. 
   And it seems that starting from Cmake 3.4.0 
[CXX_COMPILER_LAUNCHER](https://cmake.org/cmake/help/v3.4/prop_tgt/LANG_COMPILER_LAUNCHER.html#prop_tgt:%3CLANG%3E_COMPILER_LAUNCHER)
 variable is available, but we stick to CMake of min ver 3.2

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [C++] Detect clcache in cmake configuration
> -------------------------------------------
>
>                 Key: ARROW-2238
>                 URL: https://issues.apache.org/jira/browse/ARROW-2238
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Minor
>              Labels: pull-request-available
>
> By default Windows builds should use clcache if installed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to