mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
21 lines
701 B
Diff
21 lines
701 B
Diff
|
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
|
||
|
index 058967b..bcd8841 100644
|
||
|
--- a/client/CMakeLists.txt
|
||
|
+++ b/client/CMakeLists.txt
|
||
|
@@ -43,7 +43,6 @@ MYSQL_ADD_EXECUTABLE(mysql
|
||
|
pattern_matcher.cc
|
||
|
readline.cc
|
||
|
client_query_attributes.cc
|
||
|
- multi_factor_passwordopt-vars.cc
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/common/user_registration.cc
|
||
|
LINK_LIBRARIES mysqlclient client_base ${EDITLINE_LIBRARY}
|
||
|
)
|
||
|
@@ -226,7 +226,6 @@ SET(MYSQLBINLOG_SOURCES
|
||
|
${CMAKE_SOURCE_DIR}/sql/binlog_reader.cc
|
||
|
${CMAKE_SOURCE_DIR}/sql/stream_cipher.cc
|
||
|
${CMAKE_SOURCE_DIR}/sql/rpl_log_encryption.cc
|
||
|
- ${CMAKE_SOURCE_DIR}/libbinlogevents/src/trx_boundary_parser.cpp
|
||
|
)
|
||
|
|
||
|
SET(MYSQLBINLOG_LIBRARIES
|