summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-05-31 11:00:47 +0200
committerSergei Golubchik <serg@mariadb.org>2020-05-31 11:29:43 +0200
commit4832b751ad47626f236e25067508230df72749e6 (patch)
tree93a4d60530e573c9ee78d4439d8f6417ae9ec363 /storage
parent38ea795bb622cce6f7178291ed737ca7396a124a (diff)
downloadmariadb-git-4832b751ad47626f236e25067508230df72749e6.tar.gz
cmake: quieter
Diffstat (limited to 'storage')
-rw-r--r--storage/connect/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/CMakeLists.txt b/storage/connect/CMakeLists.txt
index 92e2e53a61b..2c1656e4431 100644
--- a/storage/connect/CMakeLists.txt
+++ b/storage/connect/CMakeLists.txt
@@ -318,7 +318,7 @@ ENDIF(CONNECT_WITH_MONGO)
OPTION(CONNECT_WITH_REST "Compile CONNECT storage engine with REST support" ON)
IF(CONNECT_WITH_REST)
- MESSAGE(STATUS "=====> REST support is ON")
+ MESSAGE_ONCE(CONNECT_WITH_REST "REST support is ON")
SET(CONNECT_SOURCES ${CONNECT_SOURCES} tabrest.cpp tabrest.h)
add_definitions(-DREST_SUPPORT)
FIND_PACKAGE(cpprestsdk QUIET)