Skip to content
Snippets Groups Projects
Unverified Commit 9d10f78c authored by dutor's avatar dutor Committed by GitHub
Browse files

Fix build error due to concurrent build of nebula-common (#225)

parent 686fbe30
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ macro(config_nebula_storage)
storage_project ALL
COMMAND +${CMAKE_COMMAND} --build ${storage_build_dir}
)
add_dependencies(storage_project common_project)
add_custom_target(
install-storage
COMMAND $(MAKE) install
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment