diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-02-18 11:12:52 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-02-19 12:39:40 +0100 |
commit | 2de0b57dd15230897fd4cad2872637d202bc3f1c (patch) | |
tree | 851d505653b829cd23ed8c6beb660c468f5be9bc /CMakeLists.txt | |
parent | 346e46089621e6951e076c82ed5690aa23dcb5fe (diff) | |
download | mariadb-git-2de0b57dd15230897fd4cad2872637d202bc3f1c.tar.gz |
Don't build aws_key_management plugin by default
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8786aff12..358f73ccfdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -500,5 +500,5 @@ ENDIF() IF(NON_DISTRIBUTABLE_WARNING) MESSAGE(WARNING " -You have linked MariaDB with GPLv3 libraries! You may not distribute the resulting binary. If you do, you will put yourself into a legal problem with Free Software Foundation.") +You have linked MariaDB with ${NON_DISTRIBUTABLE_WARNING} libraries! You may not distribute the resulting binary. If you do, you will put yourself into a legal problem with the Free Software Foundation.") ENDIF() |