forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43591: [C++][GLib] Don't install arrow-cuda.pc/arrow-cuda-gl…
…ib.pc on Windows (apache#43593) ### Rationale for this change Because `cuda.pc` that is required by `arrow-cuda.pc` doesn't exist on Windows. ### What changes are included in this PR? Don't install `arrow-cuda.pc`/`arrow-cuda-glib.pc` on Windows. Users should use ArrowCUDA CMake package instead of pkg-config on Windows. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#43591 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters