forked from Lainports/opnsense-ports
13 lines
378 B
Text
13 lines
378 B
Text
--- libservices/CMakeLists.txt.orig 2019-06-25 10:23:30 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()
|
|
|