mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
Revert cryptopp package name under USE_SYSTEM_CRYPTOPP condition
This commit is contained in:
parent
e1d0d230ab
commit
01785578ae
1 changed files with 1 additions and 1 deletions
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
|
@ -65,7 +65,7 @@ endif()
|
|||
|
||||
# Crypto++
|
||||
if(USE_SYSTEM_CRYPTOPP)
|
||||
find_package(cryptopp-modern REQUIRED)
|
||||
find_package(cryptopp REQUIRED)
|
||||
add_library(cryptopp INTERFACE)
|
||||
target_link_libraries(cryptopp INTERFACE cryptopp::cryptopp)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue