mtangoo / wxDatabase

wxWidgets library for connecting to major relational database
http://mtangoo.github.io/database/index.html
36 stars 16 forks source link

CMake does not find MySQL Connector C 32-bit on 64-bit system #10

Closed iwbnwif closed 8 years ago

iwbnwif commented 8 years ago

On Windows 10 (64-bit):

The CMake FindMySQL.cmake module only looks in C:\Program Files and not C:\Program Files (x86) for the MySQL libraries.

mtangoo commented 8 years ago

Thanks for the not. I use MariaDB and its a little bit different. I will add that directory in new commit. If you have time, can you make a PR? Thanks again for your time

iwbnwif commented 8 years ago

Sorry for not knowing, but what is a PR?

mtangoo commented 8 years ago

Its Pull Request Basically you:

  1. fork repo
  2. make changes (fix a bug et al)
  3. Push changes to your fork
  4. Make PR to original repo
iwbnwif commented 8 years ago

Ah, sorry I am new(ish) to Git. I will try this later today.

mtangoo commented 8 years ago

Let me know if you face any issue :)