Skip to content

Commit

Permalink
CMakeLists: Remove duplicate systemd requirement
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
nxdefiant authored and albfan committed Jan 8, 2023
1 parent 3018aac commit c803c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ set(DATADIR "${CMAKE_INSTALL_PREFIX}/share" CACHE STRING "shared data dir")

pkg_check_modules (GLIB2 REQUIRED glib-2.0)
pkg_check_modules (UDEV REQUIRED libudev)
pkg_check_modules (SYSTEMD REQUIRED libsystemd)

CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)

Expand Down

0 comments on commit c803c88

Please sign in to comment.