ParallelZone/Cereal installation
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 1
- Forks
- 2
- Avg merge
- 22m
- Merged PRs (30d)
- 4
Description
After installing ParallelZone, I tried to build PluginPlay and got the following error:
CMake Error at build_DI_230425152114/_deps/cmaize-src/cmake/cmaize/targets/cxx_library.cmake:24 (add_library):
Target "pluginplay" links to target "cereal::cereal" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Looks like CMaize installs ParallelZone but not its dependencies. Is this expected?
This is on a workstation with Ubuntu 22.04.1 LTS 5.15.0-58-generic. I attached CMakeOutput.log.
CMakeOutput.log
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the attached CMakeOutput.log and the CMaize installation path used when building PluginPlay. Trace how ParallelZone and its dependencies are made available to CMake, especially the missing cereal::cereal target. Done means the reported configuration error is resolved and PluginPlay can be built on the stated Ubuntu setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100