summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-03-07 14:46:40 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-03-08 09:25:22 +0200
commit6610532170dbbf1b313561d9165976be9901bb12 (patch)
tree8732ae848be512416627efee719deadbe93033ce /CMakeLists.txt
parent75d286c2cc46092148f13b6b9026f52a54926a84 (diff)
downloadmariadb-git-6610532170dbbf1b313561d9165976be9901bb12.tar.gz
Update install layout to account for multi-arch setup
Cleanup install_layout to account for multi-arch setup and remove redundant defines in debian rules. Signed-off-by: Vicențiu Ciorbaru <vicentiu@mariadb.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0dcc2a75587..9bb12f89751 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-1335 USA
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
# explicitly set the policy to OLD
# (cannot use NEW, not everyone is on cmake-2.8.12 yet)