diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-02-19 17:26:44 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-02-19 17:26:44 +0100 |
commit | 00906719fe3c1a591ac3ffc1203992f10555b566 (patch) | |
tree | a40cb3bce0ab9080198773e2e9fe01110e7738a1 /CMakeLists.txt | |
parent | 055c09ad6b94365b29d2132c2da99f019c74d269 (diff) | |
parent | 91d506cf2d5c143f7eb74e776b1417cf2acaacd8 (diff) | |
download | mariadb-git-00906719fe3c1a591ac3ffc1203992f10555b566.tar.gz |
Merge branch '10.2' into bb-10.3-merge
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 3e169a8b22e..fc30750df99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -503,5 +503,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() |