Initial mysqlwsrep80
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
--- libservices/CMakeLists.txt.orig 2019-09-20 08:30:51 UTC
|
||||
+++ libservices/CMakeLists.txt
|
||||
@@ -45,7 +45,9 @@ SET(MYSQLSERVICES_SOURCES
|
||||
plugin_registry_service.c)
|
||||
|
||||
ADD_LIBRARY(mysqlservices STATIC ${MYSQLSERVICES_SOURCES})
|
||||
+IF(FALSE)
|
||||
IF(INSTALL_STATIC_LIBRARIES)
|
||||
INSTALL(TARGETS mysqlservices
|
||||
DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
|
||||
+ENDIF()
|
||||
ENDIF()
|
||||
Reference in New Issue
Block a user