From 600c52dcb93005eac47bc0de09324b7c1af9b30d Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Mon, 22 Apr 2024 17:57:31 +0800 Subject: [PATCH] MINOR: [CMake] Remove unused CMAKE_SKIP_INSTALL_ALL_DEPENDENCY --- cpp/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1499bb7767d..cc4df6d2fa2 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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()