diff --git a/CMakeLists.txt b/CMakeLists.txt index 542629600fe0ebf65fef15969842bf31d4b07832..fa756a672dbc4d8d6973a82dbfba1fa2de670816 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,14 @@ if("${NEBULA_COMMON_REPO_TAG}" STREQUAL "") SET(NEBULA_COMMON_REPO_TAG "master") endif() +if("${NEBULA_STORAGE_REPO_URL}" STREQUAL "") + SET(NEBULA_STORAGE_REPO_URL "git@github.com:vesoft-inc-private/nebula-storage.git") +endif() + +if("${NEBULA_STORAGE_REPO_TAG}" STREQUAL "") + SET(NEBULA_STORAGE_REPO_TAG "master") +endif() + if(NOT NEBULA_COMMON_SOURCE_DIR) include(FetchModule) nebula_fetch_module(