Revert cryptopp package name under USE_SYSTEM_CRYPTOPP condition

This commit is contained in:
OpenSauce04 2026-06-04 20:01:53 +01:00
parent e1d0d230ab
commit 01785578ae

View file

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