This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 00dc7e6374 GH-35206: [C++] Look for Conda OpenSSL in Windows
verification (#35225)
00dc7e6374 is described below
commit 00dc7e6374f0ce924c22c4bdcf0ef1a82f63195e
Author: David Li <[email protected]>
AuthorDate: Wed Apr 19 18:26:51 2023 +0900
GH-35206: [C++] Look for Conda OpenSSL in Windows verification (#35225)
### Rationale for this change
### What changes are included in this PR?
### Are these changes tested?
### Are there any user-facing changes?
* Closes: #35206
Lead-authored-by: David Li <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
dev/release/verify-release-candidate.bat | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/release/verify-release-candidate.bat
b/dev/release/verify-release-candidate.bat
index e7fddd1ff7..8226eb5db3 100644
--- a/dev/release/verify-release-candidate.bat
+++ b/dev/release/verify-release-candidate.bat
@@ -112,6 +112,7 @@ cmake -G "%GENERATOR%" ^
-DARROW_WITH_ZSTD=ON ^
-DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
-DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
+ -DCMAKE_PREFIX_PATH=%CONDA_PREFIX%\Library ^
-DCMAKE_UNITY_BUILD=ON ^
-DPARQUET_REQUIRE_ENCRYPTION=ON ^
.. || exit /B