Skip to content

Commit ec9cb53

Browse files
committed
Add ninja-release-jni-windows CMakePreset
1 parent 3d771d0 commit ec9cb53

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

cpp/CMakePresets.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,28 @@
681681
"PARQUET_REQUIRE_ENCRYPTION": "OFF",
682682
"re2_SOURCE": "BUNDLED"
683683
}
684+
},
685+
{
686+
"name": "ninja-release-jni-windows",
687+
"inherits": [
688+
"base-release"
689+
],
690+
"displayName": "Build for JNI on Windows",
691+
"cacheVariables": {
692+
"ARROW_ACERO": "ON",
693+
"ARROW_BUILD_SHARED": "OFF",
694+
"ARROW_BUILD_STATIC": "ON",
695+
"ARROW_CSV": "ON",
696+
"ARROW_DATASET": "ON",
697+
"ARROW_DEPENDENCY_USE_SHARED": "OFF",
698+
"ARROW_ORC": "ON",
699+
"ARROW_PARQUET": "ON",
700+
"ARROW_S3": "ON",
701+
"ARROW_SUBSTRAIT": "ON",
702+
"PARQUET_BUILD_EXAMPLES": "OFF",
703+
"PARQUET_BUILD_EXECUTABLES": "OFF",
704+
"PARQUET_REQUIRE_ENCRYPTION": "OFF"
705+
}
684706
}
685707
]
686708
}

0 commit comments

Comments
 (0)