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
|
@ -15,7 +15,7 @@ export ASM="clang"
|
|||
ccache -s
|
||||
|
||||
mkdir build && cd build
|
||||
# TODO: CryptoPP and LibreSSL ASM disabled due to platform detection issues in build.
|
||||
# TODO: LibreSSL ASM disabled due to platform detection issues in build.
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
|
||||
-DENABLE_QT_TRANSLATION=ON \
|
||||
|
@ -24,7 +24,6 @@ cmake .. -DCMAKE_BUILD_TYPE=Release \
|
|||
-DUSE_DISCORD_PRESENCE=ON \
|
||||
-DENABLE_FFMPEG_AUDIO_DECODER=ON \
|
||||
-DENABLE_FFMPEG_VIDEO_DUMPER=ON \
|
||||
-DCRYPTOPP_OPT_DISABLE_ASM=ON \
|
||||
-DENABLE_ASM=OFF \
|
||||
-GNinja
|
||||
ninja
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue