diff --git a/cpp/cmake_modules/DefineOptions.cmake b/cpp/cmake_modules/DefineOptions.cmake index fd89dfc5b09..c372f9f1989 100644 --- a/cpp/cmake_modules/DefineOptions.cmake +++ b/cpp/cmake_modules/DefineOptions.cmake @@ -593,7 +593,8 @@ takes precedence over ccache if a storage backend is configured" ON) "Build support for encryption. Fail if OpenSSL is not found" OFF DEPENDS - ARROW_FILESYSTEM) + ARROW_FILESYSTEM + ARROW_JSON) #---------------------------------------------------------------------- set_option_category("Gandiva")