kicad/thirdparty/nanodbc
Ian McInerney 31498673b7 nanodbc: Add readme describing thirdparty module 2022-09-24 01:37:57 +01:00
..
nanodbc DbLib: Fixes for MySQL ODBC driver 2022-09-01 00:24:56 -04:00
CMakeLists.txt nanodbc: Remove extra CXX flags from the build 2022-09-24 01:37:57 +01: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.