summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-02-19 16:47:45 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2019-02-19 16:47:45 +0100
commit91d506cf2d5c143f7eb74e776b1417cf2acaacd8 (patch)
treea28ef3ac281a9d1b870d0cfab8c1cf673561a9bc /CMakeLists.txt
parent88b6dc4db5567951f9c0d0baa6e965d44a7130b1 (diff)
parent431da59f1ce2b594ef465563bf18f670f07a1b32 (diff)
downloadmariadb-git-91d506cf2d5c143f7eb74e776b1417cf2acaacd8.tar.gz
Merge branch '10.1' into 10.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfd04884e53..e25c981e0da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -481,5 +481,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()