kicad/thirdparty/nanodbc
Simon Richter 49a72f7cb4 Fix keyword order in include setup (Closes: #15081)
The SYSTEM keyword can only be used before a visibility keyword, so
"PUBLIC SYSTEM" declares an include directory named "SYSTEM".
2023-07-03 10:11:00 +00:00
..
nanodbc Fix nanodbc build with clang and gcc stdlib 2023-04-02 00:50:33 +01:00
CMakeLists.txt Fix keyword order in include setup (Closes: #15081) 2023-07-03 10:11:00 +00:00
LICENSE
README.txt Fix nanodbc build with clang and gcc stdlib 2023-04-02 00:50:33 +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.

Note: The cpp and header file have been modified to remove the #ifdef _clang_ from the
includes. This was needed when nanodbc changed the standard library, but now with GCC 13,
this is needed when building with the GCC standard library and clang.