diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2013-09-23 23:33:18 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2013-09-23 23:33:18 +0200 |
commit | 11fc6b49d96931d08bb8d266270014c0633a0fa5 (patch) | |
tree | aeb36f81a53f06a0b5ff7f9d3d6c34c1a075ecf0 /sql/CMakeLists.txt | |
parent | b722aae621cb2e4fc2f815292bce43cd5a73b342 (diff) | |
download | mariadb-git-11fc6b49d96931d08bb8d266270014c0633a0fa5.tar.gz |
MDEV-5053 - fix cyclic dependency when building with Ninja CMake generator
Diffstat (limited to 'sql/CMakeLists.txt')
-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 02265196e2d..6483ba01d2a 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -25,7 +25,6 @@ ${CMAKE_BINARY_DIR}/sql SET(GEN_SOURCES ${CMAKE_CURRENT_BINARY_DIR}/sql_yacc.h ${CMAKE_CURRENT_BINARY_DIR}/sql_yacc.cc -${CMAKE_CURRENT_BINARY_DIR}/sql_builtin.cc ${CMAKE_CURRENT_BINARY_DIR}/lex_hash.h ) @@ -85,6 +84,7 @@ SET (SQL_SOURCE gcalc_slicescan.cc gcalc_tools.cc threadpool_common.cc ../sql-common/mysql_async.c + ${CMAKE_CURRENT_BINARY_DIR}/sql_builtin.cc ${GEN_SOURCES} ${MYSYS_LIBWRAP_SOURCE} ) |