Skip to content

CMake target 'libmemcached' is not idempotent #88

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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