Skip to content

Commit

Permalink
Remove unused PAM dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 19, 2024
1 parent ae13243 commit fbc33a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ if(FEATURE_enable_systemd)
find_package(Libsystemd REQUIRED)
endif()

find_package(PAM REQUIRED)

include(LiriSetGitHeadRevision)
liri_set_git_head_revision(_git_rev)

Expand Down Expand Up @@ -48,7 +46,6 @@ target_link_libraries(LiriShellHelper
Qt6::GuiPrivate
Qt6::Qml
Qt6::Quick
${PAM_LIBRARIES}
)

install(TARGETS LiriShellHelper
Expand Down

0 comments on commit fbc33a4

Please sign in to comment.