summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMurthy Narkedimilli <murthy.narkedimilli@oracle.com>2013-04-03 18:09:37 +0200
committerMurthy Narkedimilli <murthy.narkedimilli@oracle.com>2013-04-03 18:09:37 +0200
commit152fe9e9c4ffb0a41cb01991220c467061745239 (patch)
tree0de9b69cea712f5c5560b8a2f4e5eb7c0b21de2b /CMakeLists.txt
parent3b9185793d06ba53637dc4d56111965b40873fb1 (diff)
downloadmariadb-git-152fe9e9c4ffb0a41cb01991220c467061745239.tar.gz
Bug 16534721 - MYSQL_INSTALL_DB RUNS AGAIN DURING UPGRADE EVEN DATA DIRECTORY EXISTS
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7429a335009..5ba66117cf4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -366,6 +366,7 @@ ELSE()
SET(CPACK_GENERATOR "TGZ")
ENDIF()
ADD_SUBDIRECTORY(packaging/WiX)
+ADD_SUBDIRECTORY(packaging/solaris)
# Create a single package with "make package"
# (see http://public.kitware.com/Bug/view.php?id=11452)