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

MDEV-16424 replace cmake/bison.cmake with cmake's builtin FindBison module

This commit is contained in:
Vladislav Vaintroub
2018-06-08 14:30:04 +01:00
parent 62d21ddac1
commit 4461b0f9b3
7 changed files with 63 additions and 167 deletions

View File

@ -32,7 +32,7 @@
#include "sql_get_diagnostics.h"
/* Generated code */
#include "sql_yacc.h"
#include "sql_yacc.hh"
#define LEX_TOKEN_WITH_DEFINITION
#include "lex_token.h"