Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

Use pkg-config for curses if find_package doesn't work

Open illwieckz opened this issue 2 years ago • 1 comments

@necessarily-equal, does this fix the issue too, or is the issue always happen if find_package is used?

This is an alternate implementation for:

  • https://github.com/DaemonEngine/Daemon/pull/785

Original message:

This reportedly fixes a compilation error on Gentoo, similar to https://github.com/jonathanklee/ngp/issues/30.

illwieckz avatar May 14 '23 22:05 illwieckz

@illwieckz: I unfortunately have no mean of testing if this is fixed, as I don't use gentoo.

On Sun, May 14 2023 at 15:56:55 -07:00:00, Thomas Debesse @.***> wrote:

@necessarily-equal, does this fix the issue too, or is the issue always happen if find_package is used?

This is an alternate implementation for:

#785 Original message:

This reportedly fixes a compilation error on Gentoo, similar to jonathanklee/ngp#30.

You can view, comment on, or merge this pull request online at: https://github.com/DaemonEngine/Daemon/pull/870

Commit Summary 848cb3b Use pkg-config for curses File Changes (1 file) M CMakeLists.txt (11) Patch Links: https://github.com/DaemonEngine/Daemon/pull/870.patch https://github.com/DaemonEngine/Daemon/pull/870.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

necessarily-equal avatar May 16 '23 10:05 necessarily-equal