summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-09-01 18:18:34 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-09-01 18:21:00 +0200
commit234ae43d5afe9b9e980dd2aeaf6d1f21b74af27f (patch)
tree13092b1ed4547db50ec17f57584fef5408b9a95b
parenta4a4d6a7c8e284c89a49fdab92130d4d052a7c50 (diff)
downloadmariadb-git-234ae43d5afe9b9e980dd2aeaf6d1f21b74af27f.tar.gz
Cleanup - remove confusing comment.
-rw-r--r--client/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 3be54680c0b..5822c9f6f08 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -81,7 +81,6 @@ MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c)
SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS")
TARGET_LINK_LIBRARIES(mysqlslap ${CLIENT_LIB})
-# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
IF(WIN32)
MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Test)
ENDIF(WIN32)