kou commented on PR #35283:
URL: https://github.com/apache/arrow/pull/35283#issuecomment-1521474859
Could you do this in `cpp/cmake_modules/DefineOptions.cmake`?
```diff
diff --git a/cpp/cmake_modules/DefineOptions.cmake
b/cpp/cmake_modules/DefineOptions.cmake
index bbbcbe7eb..a4f7a7871 100644
--- a/cpp/cmake_modules/DefineOptions.cmake
+++ b/cpp/cmake_modules/DefineOptions.cmake
@@ -264,7 +264,8 @@ takes precedence over ccache if a storage backend is
configured" ON)
"Build Arrow Fuzzing executables"
OFF
DEPENDS
- ARROW_TESTING)
+ ARROW_TESTING
+ ARROW_WITH_BROTOLI)
define_option(ARROW_LARGE_MEMORY_TESTS "Enable unit tests which use large
memory" OFF)
```
--
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]