Skip to content

Commit

Permalink
cmake: add support for systemdsystemunitdir
Browse files Browse the repository at this point in the history
I have no idea how I missed this:
problem: install-only builds passed `--with-systemdsystemunitdir` which
was not supported in the cmake wrapper and caused a failure

solution: add support for accepting the option.  It currently doesn't
*do* anything, but it's pulled in at least so we can use it when and if
we want to.
  • Loading branch information
trws committed Sep 18, 2023
1 parent cf08d63 commit bf6f654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .configure-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ DISABLE_VARS="docs|Off|ENABLE_DOCS"
ENABLE_ENABLE_COVERAGE_DOC="enable coverage analysis"
ENABLE_ENABLE_DOCS_DOC="enable building manpages"
ENABLE_DISABLE_DOCS_DOC="disable building manpages"
WITH_VARS="systemdsystemunitdir|/etc/systemd/system|FLUX_SYSTEMD_SYSTEM_UNIT_DIR"
WITH_FLUX_SYSTEMD_SYSTEM_UNIT_DIR_DOC="systemd system directory"

0 comments on commit bf6f654

Please sign in to comment.