assignUser commented on code in PR #13556:
URL: https://github.com/apache/arrow/pull/13556#discussion_r972237067


##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -111,7 +111,10 @@ if(ARROW_DEFINE_OPTIONS)
 
   define_option(ARROW_POSITION_INDEPENDENT_CODE
                 "Whether to create position-independent target" ON)
-
+  
+  define_option(ARROW_USE_SCCACHE "Use sccache when compiling (if available),;\
+takes precdence over ccache if a storage backend is configured" ON)

Review Comment:
   I have moved ccache above this, the semicolon is not a typo though, it is 
required as a line break:
   ```
   CMake Error at cmake_modules/DefineOptions.cmake:27 (message):
     description for ARROW_USE_SCCACHE contained a
   
             line 105 characters long!
             (max is 80). Split it into more lines with semicolons
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to