Commit 43be122
CMake: replace QTKEYCHAIN_STATIC with standard BUILD_SHARED_LIBS
BUILD_SHARED_LIBS is the standard CMake variable for controlling
whether libraries are built dynamically or statically. Using a
nonstandard variable requires extra work for packagers.
https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html
Fixes frankosterfeld#1801 parent bcacc13 commit 43be122
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 202 | + | |
207 | 203 | | |
208 | 204 | | |
209 | 205 | | |
| |||
0 commit comments