Commit 4c189d2
authored
Use GNUInstallDirs with CACHE variables for install destinations (#1152)
Replace hardcoded `set()` with `set(... CACHE STRING ...)` defaulting to
GNUInstallDirs values. This allows Debian/Ubuntu packagers to override
installation directories (e.g. `-DBTCPP_LIB_DESTINATION=lib/x86_64-linux-gnu`)
for multiarch support while preserving backward compatibility.
Fixes #11201 parent 8068d68 commit 4c189d2
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments