Skip to content

Commit

Permalink
MINOR: [C++][Docs] Fix broken URL in C++ Building docs (#33766)
Browse files Browse the repository at this point in the history
### Rationale for this change

Prior to this change, a link in [Building Arrow C++](https://arrow.apache.org/docs/developers/cpp/building.html) to the CMake UNITY_BUILD docs 404s due to a typo. This change fixes that.

### Are these changes tested?

No, this is a very minor change and I have a high level of confidence in it.

### Are there any user-facing changes?

No.

Authored-by: Bryce Mecum <petridish@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
amoeba committed Jan 18, 2023
1 parent 1d9366f commit fb264b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/cpp/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Unity builds
~~~~~~~~~~~~

The CMake
`unity builds <https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html/>`_
`unity builds <https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html>`_
option can make full builds significantly faster, but it also increases the
memory requirements. Consider turning it on (using ``-DCMAKE_UNITY_BUILD=ON``)
if memory consumption is not an issue.
Expand Down

0 comments on commit fb264b7

Please sign in to comment.