summaryrefslogtreecommitdiffstats
path: root/Modules/FindODBC.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* FindODBC: Add library name for MinGW toolchainsCristian Adam2019-11-251-0/+2
| | | | Fixes: #20018
* FindODBC: Do not assume odbc32.lib for MinGWMateusz Łoskot2018-11-091-1/+3
| | | | | | For MinGW, do not look for odbc32.lib but allow search for libodbc32.a. Fixes: #18539
* FindODBC: Add module to search for ODBC libraryMateusz Loskot2018-05-221-0/+227
Add tests for FindODBC module.