cmake/modules/FindNSS3.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46b185c25472cb1cb90b9f83229a920fd638fd02 Author: Albert Astals Cid <[email protected]> Date: Sun Dec 4 02:17:56 2022 +0100 Increase our minimum supported NSS to that of Ubuntu 20.04 too diff --git a/cmake/modules/FindNSS3.cmake b/cmake/modules/FindNSS3.cmake index 9945a689..f83ef914 100644 --- a/cmake/modules/FindNSS3.cmake +++ b/cmake/modules/FindNSS3.cmake @@ -18,6 +18,6 @@ include(FindPackageHandleStandardArgs) find_package(PkgConfig REQUIRED) -pkg_check_modules(NSS3 IMPORTED_TARGET "nss>=3.19") +pkg_check_modules(NSS3 IMPORTED_TARGET "nss>=3.49") find_package_handle_standard_args(NSS3 DEFAULT_MSG NSS3_LIBRARIES NSS3_CFLAGS)
