mirror of
https://github.com/3cky/mbusd
synced 2025-10-26 23:46:44 +08:00
Cmake gitlabci (#25)
* gitlabci: hardcoded the debian systemd path * cmake: no failure on forced SYSTEMD_SERVICES_INSTALL_DIR * gitlabci: added fedora target * gitlabci: added fedora package * gitlabci: added another fedora package * gitlabci: fedora changed rpmbuilder * fedora... * fedora package name try4 * rpmdevtools detection * gitlabci: changed rpm detection * gitlabci: rpmbuilder detection * rpmbuilder added references * gitlabci: changed the expiration timespan to 6months * removed always false comparison (dbglvl is unsigned)
This commit is contained in:
committed by
Victor Antonovich
parent
cb03e4ac1c
commit
fb3d6d6489
@@ -17,7 +17,7 @@ if (SYSTEMD_FOUND AND "${SYSTEMD_SERVICES_INSTALL_DIR}" STREQUAL "")
|
||||
string(REGEX REPLACE "[ \t\n]+" "" SYSTEMD_SERVICES_INSTALL_DIR
|
||||
"${SYSTEMD_SERVICES_INSTALL_DIR}")
|
||||
elseif (NOT SYSTEMD_FOUND AND SYSTEMD_SERVICES_INSTALL_DIR)
|
||||
message (FATAL_ERROR "Variable SYSTEMD_SERVICES_INSTALL_DIR is\
|
||||
message (INFO "Variable SYSTEMD_SERVICES_INSTALL_DIR is\
|
||||
defined, but we can't find systemd using pkg-config")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user