`BUNDLE_SYMBOLIC_NAME` is `BUILD_TYPE` independent
Open
build/cmake
- Dominant language
- C
- Stars
- 193
- Forks
- 99
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Unlike `BUNDLE_FILE` and `BUNDLE_FILENAME`, `BUNDLE_SYMBOLIC_NAME` is independent of `BUILD_TYPE`.
Therefore:
- It should be set in build-type independent targets file `CelixTargets.cmake` rather than `CelixTargets-*.cmake`
- There is no need to use `_celix_extract_imported_bundle_info` to get it from an imported target.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.