diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-10-08 15:41:51 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-10-08 15:41:51 +0200 |
commit | 32133d11b2865527876996e16bf95f6d217428f5 (patch) | |
tree | 392eac44bfb61f378ce004cfc76920644c14268d | |
parent | 9385e97c4156023825c1e3188e27cfae54c9e0a9 (diff) | |
download | mariadb-git-demo-vic.tar.gz |
require cmake 2.8.4demo-vic
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e461141acc8..29fa3502ac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4) # explicitly set the policy to OLD # (cannot use NEW, not everyone is on cmake-2.8.12 yet) |