This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Commit e781482
committed
QPID-7148 Use more modern CMake install machinery for better QpidConfig.cmake
Turns out, CMake is happy to generate a lot of the QpidConfig.cmake file for us, see
* https://gitlab.kitware.com/cmake/cmake/-/issues/19560
* https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-packages
* https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#exporting-targets
* https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#example-generating-package-files
* https://cmake.org/cmake/help/latest/guide/tutorial/Packaging%20Debug%20and%20Release.html
This is analogous change to PROTON-2254 for Qpid Proton.1 parent 4faa955 commit e781482
3 files changed
Lines changed: 33 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
| 858 | + | |
858 | 859 | | |
859 | 860 | | |
860 | 861 | | |
| |||
880 | 881 | | |
881 | 882 | | |
882 | 883 | | |
| 884 | + | |
883 | 885 | | |
884 | 886 | | |
885 | 887 | | |
| |||
939 | 941 | | |
940 | 942 | | |
941 | 943 | | |
| 944 | + | |
942 | 945 | | |
943 | 946 | | |
944 | 947 | | |
| |||
1006 | 1009 | | |
1007 | 1010 | | |
1008 | 1011 | | |
| 1012 | + | |
1009 | 1013 | | |
1010 | 1014 | | |
1011 | 1015 | | |
| |||
1311 | 1315 | | |
1312 | 1316 | | |
1313 | 1317 | | |
1314 | | - | |
1315 | | - | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
1316 | 1335 | | |
1317 | | - | |
1318 | | - | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
This file was deleted.
0 commit comments