From 2de0b57dd15230897fd4cad2872637d202bc3f1c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 18 Feb 2019 11:12:52 +0100 Subject: Don't build aws_key_management plugin by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.1