Remove mapbox-variant submodule check

lokimq no longer includes/uses it.
This commit is contained in:
Jason Rhinelander 2020-05-30 13:30:35 -03:00
parent 7584a6c3b8
commit d69b2c2e7b
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ if(NOT MANUAL_SUBMODULES)
check_submodule(external/rapidjson)
check_submodule(external/trezor-common)
check_submodule(external/randomx)
check_submodule(external/loki-mq mapbox-variant cppzmq)
check_submodule(external/loki-mq cppzmq)
if(BUILD_TESTS)
check_submodule(external/googletest)
endif()