Skip to content
Snippets Groups Projects
Commit 0ab0b80d authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'feature/update-handbook-cmake' into 'master'

[handbook] Bump the required CMake version to 3.14.

See merge request !3476
parents 6cd4c806 4e8f70c1
No related branches found
No related tags found
1 merge request!3476[handbook] Bump the required CMake version to 3.14.
Pipeline #29292 passed
......@@ -48,6 +48,7 @@
\definecolor{dumuxBlue}{HTML}{0C73CF}
\newcommand{\DuneVersion}{2.9}
\newcommand{\DuneOldVersion}{2.8}
\newcommand{\CMakeVersion}{3.14}
% styles
\newcommand{\nextline}{\par\phantom{a}\vspace*{0.1\textwidth}}
......
......@@ -3,7 +3,7 @@ For this quick start guide the following software packages are required:
\begin{itemize}
\item GitLab client
\item A standard-compliant C++17 compiler supporting the common supported C++11/C++14/C++17 feature set of GCC 9.3 and Clang 10
\item CMake 3.13 or newer
\item CMake \CMakeVersion{} or newer
\item pkg-config
\item ParaView (to visualize the results)
\end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment