Skip to content

CMake target 'libmemcached' is not idempotent #88

Open
@ligurio

Description

@ligurio

CMake target 'libmemcached' is not idempotent, I'll explain it in a snippet below.

$ cmake .
$ make libmemcached
<building libmemcached>

<no changes in third_party/libmemcached>

$ make libmemcached
<building libmemcached>

make libmemcached builds sources of libmemcached from scratch on each run.

Can be non-relevant if we will remove libmemcached, see #90.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code healthImprove code readability, simplify maintenance and so on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions