Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cpp/src/arrow/compute/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ add_custom_target(arrow_compute)

arrow_install_all_headers("arrow/compute")

# pkg-config support
arrow_add_pkg_config("arrow-compute")
if(ARROW_COMPUTE)
# pkg-config support
arrow_add_pkg_config("arrow-compute")
endif()

#
# Unit tests
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/arrow-compute.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ includedir=@ARROW_PKG_CONFIG_INCLUDEDIR@
libdir=@ARROW_PKG_CONFIG_LIBDIR@

Name: Apache Arrow Compute
Description: Compute modules for Apache Arrow
Description: All compute kernels for Apache Arrow
Version: @ARROW_VERSION@
Requires: arrow