Skip to content

Commit 919b95b

Browse files
committed
fixed typo in plugins/auth/CMakeLists.txt
1 parent f147c5d commit 919b95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/auth/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INSTALL(TARGETS
1818
# Dialog plugin
1919
SET(CTEXT_SOURCES mariadb_cleartext.c)
2020
IF(WIN32)
21-
SET(CTEXT ${CTEXT_SOURCES} ${CMAKE_SOURCE_DIR}/plugins/plugin.def)
21+
SET(CTEXT_SOURCES ${CTEXT_SOURCES} ${CMAKE_SOURCE_DIR}/plugins/plugin.def)
2222
ENDIF()
2323
ADD_LIBRARY(mysql_clear_password SHARED ${CTEXT_SOURCES})
2424
SET_TARGET_PROPERTIES(mysql_clear_password PROPERTIES PREFIX "")

0 commit comments

Comments
 (0)