Skip to content

Commit

Permalink
Merge pull request #2769 from jamescowens/fix_ci_pkg_check_modules_error
Browse files Browse the repository at this point in the history
build: explicitly include FindPkgConfig for CMake
  • Loading branch information
jamescowens authored Jun 16, 2024
2 parents 2c25758 + 60affc5 commit 7b065d7
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 7b065d7

Please sign in to comment.