Skip to content

Commit

Permalink
MINOR: [C++][CMake] Remove unused CMAKE_SKIP_INSTALL_ALL_DEPENDENCY (a…
Browse files Browse the repository at this point in the history
…pache#41332)

### Rationale for this change

CMAKE_SKIP_INSTALL_ALL_DEPENDENCY was removed in apache#75 but it seems that there is still one line remaining.

### What changes are included in this PR?

Remove unused CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.

### Are these changes tested?

Pass all CIs.

### Are there any user-facing changes?

No.

Authored-by: Gang Wu <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
  • Loading branch information
wgtmac authored Apr 22, 2024
1 parent 25bb627 commit 08aefc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ if(ARROW_USE_CCACHE
endif()

if(ARROW_OPTIONAL_INSTALL)
# Don't make the "install" target depend on the "all" target
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)

set(INSTALL_IS_OPTIONAL OPTIONAL)
endif()

Expand Down

0 comments on commit 08aefc3

Please sign in to comment.