From a2343ed0e5cae44f0c46ff8ce9e197a9eec76e09 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 15 Dec 2019 20:07:58 +0200 Subject: [PATCH] Add submodule tools/cmake --- .gitmodules | 5 +++++ tools/cmake | 1 + 2 files changed, 6 insertions(+) create mode 160000 tools/cmake diff --git a/.gitmodules b/.gitmodules index b30006f0a7..4b0899697a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -748,3 +748,8 @@ url = ../docca.git fetchRecurseSubmodules = on-demand branch = . +[submodule "cmake"] + path = tools/cmake + url = ../cmake.git + fetchRecurseSubmodules = on-demand + branch = . diff --git a/tools/cmake b/tools/cmake new file mode 160000 index 0000000000..c9a31e1b06 --- /dev/null +++ b/tools/cmake @@ -0,0 +1 @@ +Subproject commit c9a31e1b065e1cc11f690851f6f9ab859b99d695