Skip to content

Commit b959b44

Browse files
committed
Fix comment in cmake package configuration script.
1 parent 315b17c commit b959b44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mysql-concpp-config.cmake.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@
9090
# Connector library targets are configured to use OpenSSL from appropriate
9191
# locations. This can be overriden by user -- if `mysql::openssl` target
9292
# is defined prior to loading `mysql-concpp` package then this target is used
93-
# to resolve dependency on OpenSSL library.
93+
# to resolve dependency on the OpenSSL library.
9494
#
9595
# MySQL client library dependency
9696
# -------------------------------
9797
#
98-
# If legacy library is built with the MySQL client library linked dynamically
99-
# then the `concpp-jdbc-static` target depends on `libmysqlclient` which should
100-
# be available on the build host. If it is installed in non-standard location
101-
# then config variable WITH_MYSQL should be set to point at the MySQL install
102-
# location. The library search path will be augmented to find the client
103-
# library installed at that location.
98+
# If JDBC connector library is built with the MySQL client library linked
99+
# dynamically then the `concpp-jdbc-static` target depends on `libmysqlclient`
100+
# which should be available on the build host. If it is installed
101+
# in non-standard location then config variable WITH_MYSQL should be set
102+
# to point at the MySQL install location. The library search path will
103+
# be augmented to find the client library installed at that location.
104104
#
105105
# Note that connector libraries published by MySQL have the client library
106106
# statically linked in so that there is no external dependency on it.

0 commit comments

Comments
 (0)