[root@84413639912b build]# cmake -DENABLE_BUILD_STORAGE=on -DCMAKE_EXPORT_COMPILE_COMMANDS=on ..
CMake Error: The source directory "/home/nebula-graph" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
[root@84413639912b build]# cmake -DENABLE_BUILD_STORAGE=on -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release \
> -DNEBULA_COMMON_REPO_TAG=v2.5.1 -DNEBULA_STORAGE_REPO_TAG=v2.5.1 ..
CMake Error: The source directory "/home/nebula-graph" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.