kicad/thirdparty/nanodbc
Ian McInerney e20b33cb66 Fix boost dependencies
* Add Boost::locale explicetly to the CMake since nanoodbc requires it
* Don't let nanoodbc add all Boost libraries to the link line, since it
  is used in common, and it was pulling the unit test framework into
  common then.
2023-03-11 13:29:45 +00:00
..
nanodbc DbLib: Fixes for MySQL ODBC driver 2022-09-01 00:24:56 -04:00
CMakeLists.txt Fix boost dependencies 2023-03-11 13:29:45 +00:00
LICENSE
README.txt nanodbc: Add readme describing thirdparty module 2022-09-24 01:37:57 +01:00
VERSION.txt

README.txt

This directory contains the nanodbc project from https://github.com/nanodbc/nanodbc

It is licensed under MIT, with the license text in this directory.


Note: The CMakeLists.txt file has been modified to remove the CXX flags nanodbc is
adding to the build. These flags were interfering with the Clang build, and also
including Werror is a bad idea.