mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
New CMake versions warn when support for CMake 3.5 and before is requested, so since we use a higher CMake minumum, just remove these version checks in the thridparty code to remove the warnings.
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.