build: Added alternative search name for libcrypto++. Under Fedora OS it goes by cryptopp

This commit is contained in:
Ashley Brighthope 2022-09-15 18:30:29 +10:00
parent bb0cde0360
commit ece7b9d6de
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ if (UNIX)
# Find crypto++
if(NOT DISABLE_CRYPTO)
pkg_search_module(CRYPTOPP libcrypto++)
pkg_search_module(CRYPTOPP libcrypto++ cryptopp)
if(CRYPTOPP_FOUND)
list(APPEND UVGRTP_CXX_FLAGS ${CRYPTOPP_CFLAGS_OTHER})
list(APPEND UVGRTP_LINKER_FLAGS ${CRYPTOPP_LDFLAGS})