diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2018-02-19 13:53:35 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-02-19 13:53:35 +0400 |
commit | b697f213a7bb90737e41ae09a5bfb08c6f47c0f6 (patch) | |
tree | dde57812272134f25de0fd2cf9970bc41a1e25fb /CMakeLists.txt | |
parent | 7a84688e2c30a95297246b5dc3005854bcbd5bf0 (diff) | |
download | mariadb-git-b697f213a7bb90737e41ae09a5bfb08c6f47c0f6.tar.gz |
MDEV-14541 - Workaround GCC ICE on ARM64
Added missing include.
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 b4de70a283d..8d2efac89cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,6 +162,7 @@ INCLUDE(plugin) INCLUDE(install_macros) INCLUDE(systemd) INCLUDE(mysql_add_executable) +INCLUDE(compile_flags) # Handle options OPTION(DISABLE_SHARED |