You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this.
This sounds like an issue in our CMakeLists.txt.
Did you set SKV_LOCAL_KV_BACKEND on the cmake command line to "auto"?
Please provide your cmake command line so that I can reproduce.
Thanks.
Glad to hear that you found a way to build.
I'll reopen the issue because we obviously have a problem in the SKV cmake files and those should be fixed and/or documented.
In case anyone else stumbles over this, a workaround is to set SKV_LOCAL_KV_BACKEND to either rocksdb, inmem, or asyncmem
#> cmake -DSKV_LOCAL_KV_BACKEND=<asyncmem|inmem|rocksdb>
cmake error infomation is belowing:
CMake Error at CMake/common/TargetHooks.cmake:20 (_add_executable):
Cannot find source file:
server/skv_local_kv_auto.cpp
What's wrong?
The text was updated successfully, but these errors were encountered: