diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-08-22 14:02:43 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-08-22 14:02:43 +0300 |
commit | d65a2b7bde6f735af3669ccbf550f60b2278d816 (patch) | |
tree | 7cbdb0836e653d7c534f4f7898ef45c5ca0c0dc9 /cmake | |
parent | f02ca429f70c16be2b2e3d5671d9990cd3d474b6 (diff) | |
parent | 1d90d6874db367629f45d1284e9efa36557b400a (diff) | |
download | mariadb-git-d65a2b7bde6f735af3669ccbf550f60b2278d816.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/os/Darwin.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cmake/os/Darwin.cmake b/cmake/os/Darwin.cmake deleted file mode 100644 index 21e18360dfe..00000000000 --- a/cmake/os/Darwin.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2010, 2014, 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 -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA - -# This file includes OSX specific options and quirks, related to system checks |