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 d5e0f67 commit 94d9432Copy full SHA for 94d9432
ci/scripts/jni_windows_build.sh
@@ -87,6 +87,12 @@ cmake \
87
-GNinja
88
cmake --build "${build_dir}/cpp"
89
cmake --install "${build_dir}/cpp"
90
+echo "--- ${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake ---"
91
+cat "${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake"
92
+echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake ---"
93
+cat "${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake"
94
+echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake ---"
95
+cat "${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake"
96
github_actions_group_end
97
98
if [ "${ARROW_RUN_TESTS:-OFF}" = "ON" ]; then
0 commit comments