mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
this is the first step to reenable cmake to build scylla, so we can experiment C++20 modules and other changes before porting them to `configure.py` . please note, this changeset alone does not address all issues yet. as this is a low priority project, i want to do this in smaller (or tiny!) steps. * build: cmake: s/Abseil/absl/ * build: cmake: sync with source files compiled in configure.py * build: cmake: do not generate crc_combine_table at build time * build: cmake: use packaged libdeflate Closes #12838 * github.com:scylladb/scylladb: build: cmake: add rust binding build: cmake: extract cql3 and alternator out build: cmake: use packaged libdeflate build: cmake: do not generate crc_combine_table at build time build: cmake: sync with source files compiled in configure.py build: cmake: s/Abseil/absl/