revision-id: 65e82a10314b1325e3b8fedefeb6f0c1667b0958 (mariadb-10.3.6-295-g65e82a10314) parent(s): 6ccabce427d0b787de64ea40fbcaaf7fc3b39410 author: Jan Lindström committer: Jan Lindström timestamp: 2019-01-11 11:22:59 +0200 message: Fix build failure: wsrep requires that wsrep-lib submodule is already checked out. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cad6482475..b7cf8d23308 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -143,6 +143,7 @@ INCLUDE(misc) INCLUDE(mysql_version) INCLUDE(cpack_source_ignore_files) INCLUDE(install_layout) +INCLUDE(submodules) INCLUDE(wsrep) INCLUDE(cpack_rpm) INCLUDE(cpack_deb) @@ -377,7 +378,6 @@ ENDIF() SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "") -INCLUDE(submodules) INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb) # Add storage engines and plugins.