cmake: pkg-config is not REQUIRED

This commit is contained in:
Ivan Romanov 2014-11-08 18:42:10 +05:00
parent ca1667c118
commit 8ffb52b439
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if(NSS_INCLUDE_DIRS AND NSS_LDFLAGS)
else()
if(NOT WIN32)
find_package(PkgConfig REQUIRED)
find_package(PkgConfig)
pkg_search_module(NSS nss)
endif(NOT WIN32)

View File

@ -21,7 +21,7 @@ if(PKCS11H_INCLUDE_DIRS AND PKCS11H_LDFLAGS)
else()
if(NOT WIN32)
find_package(PkgConfig REQUIRED)
find_package(PkgConfig)
pkg_search_module(PKCS11H libpkcs11-helper-1)
endif(NOT WIN32)