From 31498673b7f89a7e89664adced11c0997ce6748f Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Fri, 23 Sep 2022 23:57:35 +0100 Subject: [PATCH] nanodbc: Add readme describing thirdparty module --- thirdparty/nanodbc/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 thirdparty/nanodbc/README.txt diff --git a/thirdparty/nanodbc/README.txt b/thirdparty/nanodbc/README.txt new file mode 100644 index 0000000000..68e7521f27 --- /dev/null +++ b/thirdparty/nanodbc/README.txt @@ -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.