Skip to content

Commit

Permalink
build: explicitly include FindPkgConfig for CMake
Browse files Browse the repository at this point in the history
Should fix the `Unknown CMake command "pkg_check_modules".` error on the
CI.
  • Loading branch information
div72 authored and jamescowens committed Jun 16, 2024
1 parent 2c25758 commit 60affc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ include(CheckSymbolExists)

include(CheckSSE)
include(CheckStrerrorR)
include(FindPkgConfig)
include(HunterGate)
include(VersionFromGit)

Expand Down

0 comments on commit 60affc5

Please sign in to comment.