Commit 4301d04
fix: Remove NO_DEFAULT_PATH from Linux ODBC detection
The NO_DEFAULT_PATH flag was preventing CMake from finding ODBC
libraries installed in standard system locations on Ubuntu
(e.g., /usr/lib/x86_64-linux-gnu).
Removing this flag allows CMake to search both the specified
paths and the standard system library paths, making it work
correctly on GitHub Actions Ubuntu runners.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 594841f commit 4301d04
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
0 commit comments