We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92cafe commit 1dfc2eeCopy full SHA for 1dfc2ee
ci/scripts/build_iceberg.sh
@@ -35,7 +35,7 @@ CMAKE_ARGS=(
35
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${ICEBERG_HOME}}"
36
"-DICEBERG_BUILD_STATIC=ON"
37
"-DICEBERG_BUILD_SHARED=ON"
38
- "-ICEBERG_BUILD_REST_INTEGRATION_TESTS=${build_rest_integration_test}"
+ "-DICEBERG_BUILD_REST_INTEGRATION_TESTS=${build_rest_integration_test}"
39
)
40
41
if is_windows; then
0 commit comments