Skip to content

Commit

Permalink
Minimal CMake version is 2.8 not 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jan 3, 2013
1 parent a460784 commit dd0d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.html
Expand Up @@ -53,7 +53,7 @@ <h3 id="downloading">Downloading</h3>

<h3 id="cmake">Building using CMake</h3>

<p>SOCI is configured to build using <a href="http://cmake.org/">CMake</a> system in version 2.6+.</p>
<p>SOCI is configured to build using <a href="http://cmake.org/">CMake</a> system in version 2.8+.</p>

<p>The build configuration allows to control various aspects of compilation and installation by setting common CMake variables that change behaviour, describe system or control build (see <a href="http://cmake.org/cmake/help/documentation.html">CMake help</a>) as well as SOCI-specific variables described below. All these variables are available regardless of platform or compilation toolset used.</p>

Expand Down

0 comments on commit dd0d2db

Please sign in to comment.