hello-libs sample doesn't seem to take into account build types
Open
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
The sample doesn't seem to take into account the various build types (debug, release)
set(distribution_DIR ${CMAKE_SOURCE_DIR}/../../../../distribution)
That doesn't seem right to me.
Contributor guide
Research direction
Start in the hello-libs sample and locate the CMake configuration containing set(distribution_DIR ${CMAKE_SOURCE_DIR}/../../../../distribution). Check how the debug and release build types resolve that path. Done means the sample accounts for the selected build type rather than using one fixed distribution location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cmake, cpp
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100