Skip to content

windows compilation

Proposal of the changes that allowed me to compile this project successfully on Windows.

  • I had to bypass pkg-config so on Windows I allow the user to specify TANGO_LIBRARIES and TANGO_PREFIX as an alternative way
  • I use LIBMYSQLCLIENT_ROOT on Windows to point to mariaDB installation (I didn't add supoprt for MySQL client for now)
  • Some additional dependency passing was needed (for system libs, compiler flags and others), so I used additional project variables for that
  • Automatic fetch used an old repository address (GitHub) so I changed that

I hope it doesn't obfuscate the CMakeLists.txt... But I didn't find a better way for now.

Merge request reports