diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1499bb7767d4a..cc4df6d2fa2eb 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()