summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-12-04 02:20:27 +0100
committerAlbert Astals Cid <aacid@kde.org>2022-12-04 02:20:27 +0100
commitb1fe3a03c0bfdc4df6d8dd5d128b928d3cb2ea89 (patch)
treebad13a9d411840ffeb255ea6639e86d0c7bdbbf8
parent46b185c25472cb1cb90b9f83229a920fd638fd02 (diff)
cmake: nss: Fix typo and remove "deprecated" variables
-rw-r--r--cmake/modules/FindNSS3.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmake/modules/FindNSS3.cmake b/cmake/modules/FindNSS3.cmake
index f83ef914..6029da39 100644
--- a/cmake/modules/FindNSS3.cmake
+++ b/cmake/modules/FindNSS3.cmake
@@ -1,13 +1,9 @@
# - try to find NSS3 libraries
# Once done this will define
#
-# NSS_FOUND - system has NSS3
+# NSS3_FOUND - system has NSS3
# PkgConfig::NSS3 - Use this in target_link_libraries to bring both includes and link libraries
#
-# Deprecated, use the above variables:
-# NSS3_CFLAGS - the NSS CFlags
-# NSS3_LIBRARIES - Link these to use NSS
-#
# Copyright 2015 André Guerreiro, <aguerreiro1985@gmail.com>
# Copyright 2022 Albert Astals Cid, <aacid@kde.org>
#