summaryrefslogtreecommitdiff
path: root/cmake/modules/FindNSS3.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindNSS3.cmake')
-rw-r--r--cmake/modules/FindNSS3.cmake2
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)