Commit 62e58cf
build: drop extra options -lssl -lcrypto
These options are superfluous, because these dependencies is
already passed to the linker when linking marialdb-connector-c
and library dependencies are transitive by default with
target_link_libraries().
See: mariadb-connector-c/CMakeLists.txt:272 and
https://cmake.org/cmake/help/v3.3/command/target_link_libraries.html#libraries-for-both-a-target-and-its-dependents.
Closes #521 parent 78108f0 commit 62e58cf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments