summaryrefslogtreecommitdiff
path: root/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch
blob: 263766a3f97a8d54588e573ab67439e2662432da (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/cmake/modules/UnixAuth.cmake b/cmake/modules/UnixAuth.cmake
index 904f0cb..0347251 100644
--- a/cmake/modules/UnixAuth.cmake
+++ b/cmake/modules/UnixAuth.cmake
@@ -1,4 +1,4 @@
-find_package(PAM)
+macro_optional_find_package(PAM)
 
 include(CheckFunctionExists)
 include(CheckLibraryExists)