diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 11:42:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 11:42:12 +0200 |
commit | 0e9a9ec0c6f57a3991b53d2a591d015d8e77d672 (patch) | |
tree | dbc1f222a6df748c895d8c12cbb91c274c36c230 | |
parent | d813ea4ad9d377b691ad55acbd25dd7de6f254ea (diff) |
Drop stray dependency declaration
-rw-r--r-- | bdep/buildfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bdep/buildfile b/bdep/buildfile index 59e239b..a71a85f 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -124,7 +124,6 @@ if $cli.configured # cli.cxx{common-options}: cli{common} cli.cxx{project-options}: cli{project} - cli.cxx{configuration-options}: cli{configuration} cli.cxx{bdep-options}: cli{bdep} # Command. |