1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fix bcrypt dependency for MINGW build

This commit is contained in:
laikh
2020-01-23 18:50:13 +01:00
parent 8c77f0488c
commit 92e3eb38e7

View File

@@ -160,7 +160,7 @@ if(WIN32)
endif(MSVC) endif(MSVC)
if(MINGW) if(MINGW)
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp) set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp bcrypt)
# Check for iconv (may be needed for Boost.Locale) # Check for iconv (may be needed for Boost.Locale)
include(CheckLibraryExists) include(CheckLibraryExists)