Add loki-mq as submodule

pull/1306/head
Stephen Shelton 4 years ago committed by Jeff Becker
parent 749c5a813c
commit 0c0deb0656
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

1
.gitmodules vendored

@ -31,3 +31,4 @@
path = external/loki-mq
url = https://github.com/loki-project/loki-mq
branch = dev

@ -276,6 +276,8 @@ if(SUBMODULE_CHECK)
endif()
endif()
add_subdirectory(external/loki-mq EXCLUDE_FROM_ALL)
# We only actually need pybind11 with WITH_HIVE, but if we don't load it here then something further
# down loads a broken PythonInterp that loads Python2, but Python2 headers are not C++17 compatible.
# So load this here universally so that pybind's more intelligent python finder finds python3.x

Loading…
Cancel
Save