Skip to content

Commit

Permalink
Merge pull request ceph#38380 from lixiaoy1/pkg_fix
Browse files Browse the repository at this point in the history
cmake: fix unknown pkg_search_module

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Dec 2, 2020
2 parents 406fd1a + e8fd8a3 commit 3429c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/Findlibcryptsetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# LIBCRYPTSETUP_VERSION
# LIBCRYPTSETUP_FOUND

find_package(PkgConfig QUIET REQUIRED)
pkg_search_module(PC_libcryptsetup libcryptsetup)

find_path(LIBCRYPTSETUP_INCLUDE_DIR
Expand Down

0 comments on commit 3429c2b

Please sign in to comment.