Skip to content

Commit

Permalink
Update required cmake version in docs. (apache#9484)
Browse files Browse the repository at this point in the history
* The version used in CI is the minimum version.
 * docker/bash.sh ci_gpu cmake --version prints
       cmake version 3.10.2
 * Found in apache#9239
  • Loading branch information
areusch authored Jan 4, 2022
1 parent f1c4f21 commit 689f263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It is also possible to :ref:`build the runtime <deploy-and-integration>` library
The minimal building requirements for the ``TVM`` libraries are:

- A recent c++ compiler supporting C++ 14 (g++-5 or higher)
- CMake 3.5 or higher
- CMake 3.10 or higher
- We highly recommend to build with LLVM to enable all the features.
- If you want to use CUDA, CUDA toolkit version >= 8.0 is required. If you are upgrading from an older version, make sure you purge the older version and reboot after installation.
- On macOS, you may want to install `Homebrew <https://brew.sh>`_ to easily install and manage dependencies.
Expand Down

0 comments on commit 689f263

Please sign in to comment.