Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-39268: [C++] Don't install bundled Azure SDK for C++ with CMake 3.…
…28+ (#39269) ### Rationale for this change We can implement this by specifying `EXCLUDE_FROM_ALL TRUE` to `fetchcontent_declare()`. ### What changes are included in this PR? Specify `EXCLUDE_FROM_ALL TRUE` only with CMake 3.28+. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #39268 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information