mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
TLS certificate authenticator registers itself using a `class_registrator`. that's why CMake is able to build without compiling this source file. but for the sake of completeness, and to be sync with configure.py, let's add it to CMake. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #14866