Skip to content

CMake does not use OS Version of WxWidgets #24

Open
@msglm

Description

@msglm

The CMake file always tries to download wxWidgets from the git source rather than using the OS version. This makes packaging this software for GNU Guix SD much harder as Guix (the package manager) is source based and cannot download any new code for the source code when compiling so the code always remains reproducible.

Adding a check to see if wxwidgets is available locally in the cmake should be done to prevent this problem. This may help with packaging on other distributions as well as they can link their compiled binaries against their already packaged version of WxWidgets.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

It's a BUG

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions