From 24fca4f7ae9ac5d7e7d77347a106774466235edd Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Tue, 7 Aug 2018 09:32:39 +0200 Subject: [PATCH] Added pybind11 submodule --- .gitmodules | 3 +++ ThirdParty/pybind11 | 1 + 2 files changed, 4 insertions(+) create mode 160000 ThirdParty/pybind11 diff --git a/.gitmodules b/.gitmodules index c51df9e2766..e22e17ff10b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "ThirdParty/cmake-modules"] path = ThirdParty/cmake-modules url = https://github.com/bilke/cmake-modules.git +[submodule "ThirdParty/pybind11"] + path = ThirdParty/pybind11 + url = https://github.com/pybind/pybind11.git diff --git a/ThirdParty/pybind11 b/ThirdParty/pybind11 new file mode 160000 index 00000000000..8edc147d67c --- /dev/null +++ b/ThirdParty/pybind11 @@ -0,0 +1 @@ +Subproject commit 8edc147d67ca85a93ed1f53628004528dc36a04d -- GitLab