Skip to content

Commit 1209b11

Browse files
committed
download: build-from-source: require cmake 3.13
1 parent b9c7ec3 commit 1209b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_includes/download/build-from-source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>On a Debian-based distribution</h3>
88
</p>
99
<ul class="ui list">
1010
<li>g++ ≥7.3 or clang ≥6.0</li>
11-
<li>cmake ≥3.8</li>
11+
<li>cmake ≥3.13</li>
1212
<li>libboost-dev ≥1.55</li>
1313
<li>libboost-regex-dev ≥1.55</li>
1414
<li>libboost-program-options-dev ≥1.55</li>
@@ -23,7 +23,7 @@ <h3>On other systems (*nix, OS X, Win)</h3>
2323
</p>
2424
<ul class="ui list">
2525
<li>g++ ≥7.3 or clang ≥6.0</li>
26-
<li><a href="https://cmake.org/">CMake</a> ≥3.8</li>
26+
<li><a href="https://cmake.org/">CMake</a> ≥3.13</li>
2727
<li><a href="http://www.boost.org/">Boost</a> ≥1.55,
2828
specifically Boost.Regex and Boost.Program_options</li>
2929
<li>libtool and autoconf for building

0 commit comments

Comments
 (0)