File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -243,11 +243,6 @@ set(INFO_PREFIX "jdbc-")
243
243
merge_libraries (connector-jdbc jdbc )
244
244
target_link_libraries (connector-jdbc PUBLIC Boost::boost )
245
245
246
- if (MAINTAINER_MODE )
247
- merge_libraries (connector-jdbc-static STATIC jdbc )
248
- target_link_libraries (connector-jdbc-static PUBLIC Boost::boost )
249
- endif ()
250
-
251
246
252
247
#
253
248
# Install specifications
@@ -320,19 +315,6 @@ file(COPY ${MYSQLCPPCONN_SPECIFIC_INSTALL_HEADERS}
320
315
DESTINATION "${CMAKE_BINARY_DIR} /include/jdbc"
321
316
)
322
317
323
- if (TARGET connector-jdbc-static )
324
-
325
- set_property (TARGET connector-jdbc-static PROPERTY OUTPUT_NAME ${LIB_NAME_STATIC} )
326
-
327
- install (TARGETS connector-jdbc-static
328
- CONFIGURATIONS Static
329
- ARCHIVE DESTINATION "${INSTALL_LIB_DIR_STATIC} " COMPONENT JDBCDev
330
- RUNTIME DESTINATION "${INSTALL_LIB_DIR} " COMPONENT JDBCDev
331
- LIBRARY DESTINATION "${INSTALL_LIB_DIR} " COMPONENT JDBCDev
332
- )
333
-
334
- endif ()
335
-
336
318
# export(TARGETS mysqlcppconn
337
319
# APPEND FILE "${PROJECT_BINARY_DIR}/exports.cmake"
338
320
# )
You can’t perform that action at this time.
0 commit comments