Skip to content

Commit 1dfc2ee

Browse files
committed
1
1 parent d92cafe commit 1dfc2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/build_iceberg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CMAKE_ARGS=(
3535
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${ICEBERG_HOME}}"
3636
"-DICEBERG_BUILD_STATIC=ON"
3737
"-DICEBERG_BUILD_SHARED=ON"
38-
"-ICEBERG_BUILD_REST_INTEGRATION_TESTS=${build_rest_integration_test}"
38+
"-DICEBERG_BUILD_REST_INTEGRATION_TESTS=${build_rest_integration_test}"
3939
)
4040

4141
if is_windows; then

0 commit comments

Comments
 (0)