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
This change combines previous installed "cmake/LibmultiprocessLibConfig.cmake"
and "cmake/LibmultiprocessBinConfig.cmake" files into a single
"cmake/Libmultiprocess/LibmultiprocessConfig.cmake" file, so it can be imported
with "find_package(Libmultiprocess)". The previous locations which were set in
#97 were not actually
compatible with find_package search behavior by default.
The change also adds some documentation about using the new package to
doc/install.md.
0 commit comments