erigontech / erigontech/silkworm
conanfile WARN: cmake_find_package generator is deprecated
Open
maintenance
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
```
conanfile.py: WARN:
************************************************
The 'cmake_find_package' generator is deprecated.
Please update your code and remove it.
*************************************************
```
Reproduce by running `cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build`
Contributor guide
Research direction
Start by running `cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build` and inspect `conanfile.py` for the deprecated `cmake_find_package` generator. Update the build configuration to remove the warning, then rerun the configure command and confirm it completes without that deprecation message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100