externals: Switch to newer cryptopp-cmake. (#6242)
This commit is contained in:
parent
bd1cabce86
commit
a298e4969b
8 changed files with 25 additions and 457 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -16,9 +16,6 @@
|
|||
[submodule "xbyak"]
|
||||
path = externals/xbyak
|
||||
url = https://github.com/herumi/xbyak.git
|
||||
[submodule "cryptopp"]
|
||||
path = externals/cryptopp/cryptopp
|
||||
url = https://github.com/weidai11/cryptopp.git
|
||||
[submodule "fmt"]
|
||||
path = externals/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
|
@ -58,3 +55,6 @@
|
|||
[submodule "sdl2"]
|
||||
path = externals/sdl2/SDL
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
[submodule "cryptopp-cmake"]
|
||||
path = externals/cryptopp-cmake
|
||||
url = https://github.com/abdes/cryptopp-cmake.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue