Skip to content

Commit

Permalink
Use a relative path in LINUX_SYSTEMD_UNITDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
hexchain authored and rdementi committed Oct 22, 2024
1 parent a2ae365 commit cdb8aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if(UNIX) # APPLE, LINUX, FREE_BSD
endif()

if(NOT DEFINED LINUX_SYSTEMD_UNITDIR)
set(LINUX_SYSTEMD_UNITDIR /usr/lib/systemd/system)
set(LINUX_SYSTEMD_UNITDIR "${CMAKE_INSTALL_LIBDIR}/systemd/system")
endif()

if(LINUX_SYSTEMD)
Expand Down

0 comments on commit cdb8aa1

Please sign in to comment.