blob: 95610f261f3af69ad2b6449b957849451655f00d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- libservices/CMakeLists.txt.orig 2021-12-17 16:07:27 UTC
+++ libservices/CMakeLists.txt
@@ -47,7 +47,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()
|