e20b33cb66
* 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. |
||
---|---|---|
.. | ||
nanodbc | ||
CMakeLists.txt | ||
LICENSE | ||
README.txt | ||
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.