1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16662 CMake warnings: CMP0026

This commit is contained in:
Sergei Golubchik
2018-07-06 04:03:58 +02:00
parent 96b8909062
commit 6b53f9d781
20 changed files with 178 additions and 222 deletions

13
pcre/pcre_grep_test.sh Normal file
View File

@ -0,0 +1,13 @@
#! /bin/sh
#
srcdir="$1"
pcregrep="$2"
pcretest="$3"
cd "$4"
shift
shift
shift
shift
. "$srcdir"/RunGrepTest
if test "$?" != "0"; then exit 1; fi
# End