Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake toolchain: Fix pkg-config support #590

Merged
merged 1 commit into from
Jul 2, 2022
Merged

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Jul 1, 2022

PKG_CONFIG_EXECUTABLE must be a cache variable, otherwise only the first call to find_program(PkgConfig) succeeds.

Follow-up to #576

`PKG_CONFIG_EXECUTABLE` must be a cache variable, otherwise only the first call to `find_program(PkgConfig)` succeeds.
@thrimbor
Copy link
Member

thrimbor commented Jul 2, 2022

Change looks good, I've allowed myself to modify the commit title to match our convention. Thanks!

@thrimbor thrimbor merged commit 2c182b3 into XboxDev:master Jul 2, 2022
@glebm glebm deleted the patch-2 branch July 2, 2022 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants