Add loki-mq as submodule

This commit is contained in:
Stephen Shelton 2020-05-14 13:20:43 -06:00 committed by Jeff Becker
parent 749c5a813c
commit 0c0deb0656
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 3 additions and 0 deletions

1
.gitmodules vendored
View File

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

View File

@ -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