diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-22 08:39:24 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-22 08:39:24 +0100 |
commit | 2daa00580096fc825dadcab7f04cfd5a8069927f (patch) | |
tree | fb6d7187b0289ad6ae95f60aa193bb39d25e46f8 /CMakeLists.txt | |
parent | db0484f355dae8d3a4e4aab731522521e8ff976e (diff) | |
parent | 5d8ac1ece1687278cbc860e97eae9c7cc163ee73 (diff) | |
download | mariadb-git-2daa00580096fc825dadcab7f04cfd5a8069927f.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1128566e1cb..8ad049446d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,6 +160,7 @@ INCLUDE(plugin) INCLUDE(install_macros) INCLUDE(systemd) INCLUDE(mysql_add_executable) +INCLUDE(compile_flags) INCLUDE(crc32-vpmsum) # Handle options |