google / google/libprotobuf-mutator

PKG_CONFIG_PATH wrongly defined as an option

Open
#133 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.