From 816c5c7f5d10c4c453b0bbb9950f057311a0d68b Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 31 Oct 2020 19:12:23 +0000 Subject: [PATCH] Readded pybind module --- .gitmodules | 5 ++--- python/pybind11 | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 160000 python/pybind11 diff --git a/.gitmodules b/.gitmodules index c16e05825..33549db54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,7 +10,6 @@ path = external/spdlog url = https://github.com/gabime/spdlog branch = v1.8.1 -[submodule "pybind/pybind11"] - path = pybind/pybind11 +[submodule "python/pybind11"] + path = python/pybind11 url = https://github.com/pybind/pybind11 - diff --git a/python/pybind11 b/python/pybind11 new file mode 160000 index 000000000..06a54018c --- /dev/null +++ b/python/pybind11 @@ -0,0 +1 @@ +Subproject commit 06a54018c8a9fd9a7be5f5b56414b5da9259f637