Skip to content

Commit 80ce2ef

Browse files
committed
Fix MySQL Bug: 90727
1 parent 63fb0a0 commit 80ce2ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FindMySQL.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,6 @@ endif()
700700

701701
# For dynamic linking use the built-in sys and strings
702702
if(NOT MYSQLCLIENT_STATIC_LINKING)
703-
list(APPEND SYS_LIBRARIES "mysql_sys")
704-
list(APPEND SYS_LIBRARIES "mysql_strings")
705703
list(APPEND SYS_LIBRARIES ${MYSQL_LIBRARIES})
706704
SET(MYSQL_LIBRARIES ${SYS_LIBRARIES})
707705

0 commit comments

Comments
 (0)