We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f147c5d commit 919b95bCopy full SHA for 919b95b
plugins/auth/CMakeLists.txt
@@ -18,7 +18,7 @@ INSTALL(TARGETS
18
# Dialog plugin
19
SET(CTEXT_SOURCES mariadb_cleartext.c)
20
IF(WIN32)
21
- SET(CTEXT ${CTEXT_SOURCES} ${CMAKE_SOURCE_DIR}/plugins/plugin.def)
+ SET(CTEXT_SOURCES ${CTEXT_SOURCES} ${CMAKE_SOURCE_DIR}/plugins/plugin.def)
22
ENDIF()
23
ADD_LIBRARY(mysql_clear_password SHARED ${CTEXT_SOURCES})
24
SET_TARGET_PROPERTIES(mysql_clear_password PROPERTIES PREFIX "")
0 commit comments