containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when execute cmake

dbfancier opened this issue · comments

i don't known much about cmake, when i excute "cd build && cmake ..",it shows:
-- Configuring done
CMake Error at src/overlaybd/cache/ocf_cache/CMakeLists.txt:12 (add_library):
No SOURCES given to target: ocf_lib

Can anyone help me with this problem? Thanks

@dbfancier init submodule by : git submodule update --init

@liulanzheng
thanks a lot , your method solved my promblem