MDEV-17040 sql/sql_yacc_orac.cc is included but sql/sql_yacc_ora.cc isn't included in source archive
fix a packaging typo
This commit is contained in:
parent
db3be33ec8
commit
9c5a038001
@ -110,7 +110,7 @@ CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc.cc
|
||||
CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.hh
|
||||
${PACKAGE_DIR}/sql/sql_yacc_ora.hh COPYONLY)
|
||||
CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.cc
|
||||
${PACKAGE_DIR}/sql/sql_yacc_orac.cc COPYONLY)
|
||||
${PACKAGE_DIR}/sql/sql_yacc_ora.cc COPYONLY)
|
||||
|
||||
# Add documentation, if user has specified where to find them
|
||||
IF(MYSQL_DOCS_LOCATION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user