From 4a96998574f2d095c4212e018f053d4711130788 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Mon, 18 Dec 2023 15:17:21 -0800 Subject: [PATCH] [Temp] Update build_win32.bat --- cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat b/cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat index c7a476d739a29..bb69711451f3a 100644 --- a/cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat +++ b/cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat @@ -36,7 +36,9 @@ mkdir build cd build -if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY = "https://github.com/apache/arrow" +if NOT DEFINED ARROW_GIT_REPOSITORY ( + SET ARROW_GIT_REPOSITORY="https://github.com/apache/arrow" + ) cmake ..^ -DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY%^