-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
code healthImprove code readability, simplify maintenance and so onImprove code readability, simplify maintenance and so on
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code healthImprove code readability, simplify maintenance and so onImprove code readability, simplify maintenance and so on