Skip to content

[CMake] Incomplete info on About dialog box #1730

@Keyikedalube

Description

@Keyikedalube

Synfig version & platform:
Building from source
Debian sid

Issue description:

  1. Missing Development version
  2. Unknown Synfig version
    Autotools and CMake comparison

I don't know where & how Autotools parses information from but I think CMake is reading it directly from the macro header defined in the source file itself.

#ifndef PACKAGE_NAME
#define PACKAGE_NAME "Synfig Studio"
#endif
#ifndef VERSION
#define VERSION "unknown"
#endif

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions