mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
* 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.
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.