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
commitb9e98c660f4823e6ad8e547642a72665275c2a69 (patch)
tree0de9b69cea712f5c5560b8a2f4e5eb7c0b21de2b /CMakeLists.txt
parent7a4bd32efbd73bf3a0cdcc283a19ea9e0233cd2d (diff)
downloadmariadb-git-b9e98c660f4823e6ad8e547642a72665275c2a69.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)