diff options
author | Albert Astals Cid <aacid@kde.org> | 2022-12-04 02:17:56 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2022-12-04 02:17:56 +0100 |
commit | 46b185c25472cb1cb90b9f83229a920fd638fd02 (patch) | |
tree | 501b74e439dad987e43f0c3eb97ad60d0d8210a3 | |
parent | 2944c16a1ac7da0aaf9cb351ff664585968d8356 (diff) |
Increase our minimum supported NSS to that of Ubuntu 20.04 too
-rw-r--r-- | cmake/modules/FindNSS3.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |