You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #97: cmake: rename new packages and module introduced in #95 and #96
c6a1d7f cmake: rename new packages and module introduced in #95 and #96 (Ryan Ofsky)
Pull request description:
Rename "LibmultiprocessMacros.cmake" module introduced in #95 to "TargetCapnpSources.cmake" to match the name of the `target_capnp_sources` function it contains. Also install it to:
```sh
<prefix>/lib/cmake/Libmultiprocess/TargetCapnpSources.cmake
```
instead of:
```sh
<prefix>/lib/cmake/LibmultiprocessGen/LibmultiprocessMacros.cmake
```
Rename the "Libmultiprocess" and "LibmultiprocessGen" packages introduced in #96 to "LibmultiprocessLib" and "LibmultiprocessBin", so package names are consistent with component names "lib" and "bin", and one package name is not a prefix of the other. Also rename intermediate files to match component names.
| | New | Current |
|----------------|----------------------------------|----------------------------------------------|
| Component name | lib | lib |
| Package name | LibmultiprocessLib | Libmultiprocess |
| Config file | LibmultiprocessLibConfig.cmake | Libmultiprocess/LibmultiprocessConfig.cmake |
| Targets file | Libmultiprocess/LibTargets.cmake | Libmultiprocess/LibmultiprocessTargets.cmake |
| | New | Current |
|----------------|----------------------------------|----------------------------------------------------|
| Component name | bin | bin |
| Package name | LibmultiprocessBin | LibmultiprocessGen |
| Config file | LibmultiprocessBinConfig.cmake | LibmultiprocessGen/LibmultiprocessGenConfig.cmake |
| Targets file | Libmultiprocess/BinTargets.cmake | LibmultiprocessGen/LibmultiprocessGenTargets.cmake |
Top commit has no ACKs.
Tree-SHA512: db099f34e14f5433c644190359bef0f3b836401b31c8eea3c4f7d732ec06402eb01063360d8b7ebbed9522be9c6758e157e46e15cafd80ac2bebc5c915ad2160
0 commit comments