Commit 8c72b2c
committed
Reinstate workaround for problem in CMake PostgreSQL module
The workaround removed in 00c80c7
is actually needed, because the CMake module that implements the
find_package for PostgreSQL needs the PostgreSQL server libraries
installed. But we don't need those libraries at all (just the
client libraries).
See also https://stackoverflow.com/questions/13920383/findpostgresql-cmake-wont-work-on-ubuntu1 parent 139818c commit 8c72b2c
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
0 commit comments