mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
cmake: pkg-config is not REQUIRED
This commit is contained in:
parent
ca1667c118
commit
8ffb52b439
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user