Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dbus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbus
  • dbus
  • Issues
  • #295

Closed
Open
Created Apr 25, 2020 by Ralf Habacker@rhabackerMaintainer

cmake: keep configure options naming in sync with autotools

In the cmake build system most configuration options are defined with a "DBUS_" prefix, e.g. DBUS_ENABLE_VERBOSE_MODE. The reason is probably that these variables are used in the dbus sources. To define these options when calling configure, option names beginning with '--enable_' are used, such as --enable-verbose-mode. This is used internally to create a variable called DBUS_ENABLE_VERBOSE_MODE, which is used in the source code and build system. It would help to analyze errors in the cmake build system if these definitions were more identical.

See also #117

Assignee
Assign to
Time tracking