pitrou commented on code in PR #13475:
URL: https://github.com/apache/arrow/pull/13475#discussion_r910942849
##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -109,6 +109,9 @@ if(ARROW_DEFINE_OPTIONS)
define_option(ARROW_NO_DEPRECATED_API "Exclude deprecated APIs from build"
OFF)
+ define_option(ARROW_POSITION_INDEPENDENT_CODE
+ "Whether to create position-indepenednt target" ON)
Review Comment:
```suggestion
"Whether to create position-independent target" ON)
```
--
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]