Fix build on powerpc64le (#5947)

After cryptopp update, build again fails.
This commit is contained in:
pkubaj 2022-02-08 16:37:21 +00:00 committed by GitHub
parent bae1c31406
commit cdbd72e79c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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