nanodbc: Add readme describing thirdparty module

This commit is contained in:
Ian McInerney 2022-09-23 23:57:35 +01:00
parent 69a6ddae03
commit 31498673b7
1 changed files with 8 additions and 0 deletions

8
thirdparty/nanodbc/README.txt vendored Normal file
View File

@ -0,0 +1,8 @@
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.