summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-10-08 15:22:21 +0200
committerSergei Golubchik <serg@mariadb.org>2016-10-08 15:24:09 +0200
commitf358bc2d182ce1be6b37ba3ac8d05fa77a04c35f (patch)
tree03da4c1ee900d51dd332e420a51f7f63bce0a25a
parent8083aa6517469f9d95d8b7b169382cb095d70e24 (diff)
downloadmariadb-git-f358bc2d182ce1be6b37ba3ac8d05fa77a04c35f.tar.gz
no 2.9.4, cmake 2.9.3 is enough
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7999af091d..e619acfd694 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.9.4)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.9.3)
# explicitly set the policy to OLD
# (cannot use NEW, not everyone is on cmake-2.8.12 yet)