[CONCPP-80] set default WITH_SSL value to OpenSSL Created: 2021-04-26 Updated: 2021-04-26 Resolved: 2021-04-26 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Bychko (Inactive) | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 0.5h | ||
| Original Estimate: | Not Specified | ||
| Description |
|
atm if cmake is called without -DWITH_SSL=OpenSSL it fails with:
the workaround is to specify -DWITH_SSL=OpenSSL explicitly in command line |
| Comments |
| Comment by Lawrin Novitsky [ 2021-04-26 ] | ||||
|
I've actually pushed that yesterday. You might want to rebase your branch. Or if you did that, and my fix does not work, then please re-open the issue | ||||
| Comment by Alexey Bychko (Inactive) [ 2021-04-26 ] | ||||
|
rebased, the issue is still there:
| ||||
| Comment by Lawrin Novitsky [ 2021-04-26 ] | ||||
|
Pushed the fix in f2c4dd7. It happens, that that had to be CONC_WITH_SSL, rather than WITH_SSL, to take effect with C/C |