Fix build on powerpc64le (#5947)
After cryptopp update, build again fails.
This commit is contained in:
parent
bae1c31406
commit
cdbd72e79c
1 changed files with 3 additions and 0 deletions
3
externals/cryptopp/CMakeLists.txt
vendored
3
externals/cryptopp/CMakeLists.txt
vendored
|
@ -302,6 +302,9 @@ set(cryptopp_SOURCES
|
|||
${SRC_DIR}/neon_simd.cpp
|
||||
${SRC_DIR}/oaep.cpp
|
||||
${SRC_DIR}/osrng.cpp
|
||||
${SRC_DIR}/ppc_power7.cpp
|
||||
${SRC_DIR}/ppc_power8.cpp
|
||||
${SRC_DIR}/ppc_power9.cpp
|
||||
${SRC_DIR}/ppc_simd.cpp
|
||||
${SRC_DIR}/pubkey.cpp
|
||||
${SRC_DIR}/queue.cpp
|
||||
|
|
Loading…
Reference in a new issue