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
cmake: rename new packages and module introduced in #95 and #96
Rename "LibmultiprocessMacros.cmake" module to "TargetCapnpSources.cmake" to
match the name of the target_capnp_sources function it contains. Also install it
<prefix>/lib/cmake/Libmultiprocess/TargetCapnpSources.cmake
instead of:
<prefix>/lib/cmake/LibmultiprocessGen/LibmultiprocessMacros.cmake
Rename the "LibmultiprocessGen" package to "LibmultiprocessBin" and rename the
"Libmultiprocess" package to "LibmultiprocessLib", so package names are
consistent with component names "bin" and "lib", 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 |
|----------------+----------------------------------+----------------------------------------------------|
0 commit comments