google / google/libprotobuf-mutator
PKG_CONFIG_PATH wrongly defined as an option
Open
- Dominant language
- C++
- Stars
- 667
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
As the title says `PKG_CONFIG_PATH` must not be a CMake `option` but rather a cache variable (`set(... CACHE PATH ...)`)
An `option` is a binary toggle: https://cmake.org/cmake/help/v3.13/command/option.html
Contributor guide
Assessment
This issue has not been assessed yet.