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

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

pitrou commented on issue #1684: ARROW-2238: [C++] Detect and use clcache in 
cmake configuration
URL: https://github.com/apache/arrow/pull/1684#issuecomment-369660991
 
 
   I think that's because `CMAKE_CXX_COMPILER` forcefully overrides the 
compiler command. When using the Visual Studio generators, you traditionally 
don't need to run `vcvarsall.bat` (presumably because cmake would hardcode the 
full compiler path), but then `clcache` fails finding the compiler.
   
   So it's possible that calling `vcvarsall.bat` is all that's needed here. But 
that would also change the workflow people may be accustomed to.

----------------------------------------------------------------
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