Skip to content

Commit fbc33a4

Browse files
committed
Remove unused PAM dependency
1 parent ae13243 commit fbc33a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/helper/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ if(FEATURE_enable_systemd)
55
find_package(Libsystemd REQUIRED)
66
endif()
77

8-
find_package(PAM REQUIRED)
9-
108
include(LiriSetGitHeadRevision)
119
liri_set_git_head_revision(_git_rev)
1210

@@ -48,7 +46,6 @@ target_link_libraries(LiriShellHelper
4846
Qt6::GuiPrivate
4947
Qt6::Qml
5048
Qt6::Quick
51-
${PAM_LIBRARIES}
5249
)
5350

5451
install(TARGETS LiriShellHelper

0 commit comments

Comments
 (0)