Remove libzmq submodule

This commit is contained in:
Weiyi Wang 2019-01-29 17:38:18 -05:00
parent d765a73a53
commit 6347b5cbb4
5 changed files with 0 additions and 107 deletions

View file

@ -462,7 +462,3 @@ if (ARCHITECTURE_x86_64)
)
target_link_libraries(core PRIVATE dynarmic)
endif()
if (ENABLE_SCRIPTING)
target_link_libraries(core PUBLIC libzmq-headers cppzmq-headers libzmq)
endif()