From e3ddb73febc0cae0529418f27222370191a75ce9 Mon Sep 17 00:00:00 2001 From: Arne Schroeder Date: Sun, 15 Sep 2019 09:20:52 +0200 Subject: [PATCH] moved cryptpp and use own repo with cmake generator included --- .gitmodules | 3 +++ cryptopp | 1 - libs/cryptopp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 160000 cryptopp create mode 160000 libs/cryptopp diff --git a/.gitmodules b/.gitmodules index 4a5fcae..9f9ced7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "cryptopp"] path = cryptopp url = https://github.com/weidai11/cryptopp.git +[submodule "libs/cryptopp"] + path = libs/cryptopp + url = ssh://git@git.koog17.de:2200/arne/cryptopp.git diff --git a/cryptopp b/cryptopp deleted file mode 160000 index 0c82df1..0000000 --- a/cryptopp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0c82df181c98912a01b00bed298b567724feafba diff --git a/libs/cryptopp b/libs/cryptopp new file mode 160000 index 0000000..80d211a --- /dev/null +++ b/libs/cryptopp @@ -0,0 +1 @@ +Subproject commit 80d211ac9ff80093cdaeeacbbdb1df7d95f1bc92