diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-02-10 12:26:21 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-10 12:26:21 +0100 |
commit | 63108dc9d2cc9f31ae9927817652be465a17f767 (patch) | |
tree | 232741f1cc7f81f6d212d7c301b3c5c2fdc934fe /sql | |
parent | 5f63c9c067c59102d5d707c6ff086ece60edae9e (diff) | |
download | mariadb-git-63108dc9d2cc9f31ae9927817652be465a17f767.tar.gz |
Fix the tree to work in git. Backport corresponing 10.1 changes.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 11951971c73..dacc731b34e 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -253,7 +253,7 @@ IF(WIN32 OR HAVE_DLOPEN AND NOT DISABLE_SHARED) ENDIF() FOREACH(tool glibtoolize libtoolize aclocal autoconf autoheader automake gtar - tar bzr) + tar bzr git) STRING(TOUPPER ${tool} TOOL) FIND_PROGRAM(${TOOL}_EXECUTABLE ${tool} DOC "path to the executable") MARK_AS_ADVANCED(${TOOL}_EXECUTABLE) |