-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.0.1
-
Component/s: None
-
Labels:None
-
Environment:Linux
Before 3th December 2016 I could compile mariadb-connector-c without SSL support. I used to setup compilation process with cmake:
cmake -DWITH_SSL=OFF ..
When I did it today with sources from git, the build process found that I have OpenSSL and ignored my -DWITH_SSL=OFF option. AS a result I get libraries with
OpenSSL support compiled in it. How could I force build process to not include support for ssl?
- relates to
-
CONC-330 cmake -DWITH_SSL=OFF not working
-
- Closed
-