We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
make libmemcached
Can be non-relevant if we will remove libmemcached, see #90.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CMake target 'libmemcached' is not idempotent, I'll explain it in a snippet below.
make libmemcached
builds sources of libmemcached from scratch on each run.Can be non-relevant if we will remove libmemcached, see #90.
The text was updated successfully, but these errors were encountered: