From dd0d2dbbce05224565e6deb97a0884f27c9a2bea Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Thu, 3 Jan 2013 22:20:52 +0000 Subject: [PATCH] Minimal CMake version is 2.8 not 2.6 --- doc/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.html b/doc/installation.html index 4f627e73d..6732b7d86 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -53,7 +53,7 @@

Downloading

Building using CMake

-

SOCI is configured to build using CMake system in version 2.6+.

+

SOCI is configured to build using CMake system in version 2.8+.

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 CMake help) as well as SOCI-specific variables described below. All these variables are available regardless of platform or compilation toolset used.