diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-02-17 20:16:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 20:16:55 (GMT) |
commit | 2e6c4200f05116119c4d27b221375f5393f260bd (patch) | |
tree | 14405c176285112d4ca268a6ac1147c28b86a958 /doc | |
parent | 593bbe049228c208e7fe357d0898eb3abd6b8c27 (diff) | |
parent | c7e0a3bd67829d05eb096107e8789906fcef61bf (diff) | |
download | Doxygen-2e6c4200f05116119c4d27b221375f5393f260bd.zip Doxygen-2e6c4200f05116119c4d27b221375f5393f260bd.tar.gz Doxygen-2e6c4200f05116119c4d27b221375f5393f260bd.tar.bz2 |
Merge pull request #6771 from albert-github/feature/bug_cmake_version
Minimum required version for CMake
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index 5996d86..18ea44e 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -38,7 +38,7 @@ following to build the executable: \addindex python <li>You need \c python (version 2.6 or higher, see https://www.python.org). <li>In order to generate a \c Makefile for your platform, you need - <a href="https://cmake.org/">cmake</a> version 2.8.12 or later. + <a href="https://cmake.org/">cmake</a> version 3.1.3 or later. \addindex cmake </ul> |