Skip to content
Snippets Groups Projects
Commit 4e8f70c1 authored by IvBu's avatar IvBu
Browse files

[handbook] Bump the required CMake version to 3.14.

parent 6cd4c806
No related branches found
No related tags found
1 merge request!3476[handbook] Bump the required CMake version to 3.14.
Pipeline #29270 passed
Pipeline: dumux

#29276

    Pipeline: dumux-lecture

    #29275

      Pipeline: dumux

      #29274

        +3
        ......@@ -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