1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Added workaround for mingw CI builds failing due to TBB bug

This commit is contained in:
Ivan Savenko 2023-08-03 15:25:36 +03:00
parent 8444f128e2
commit 45cbc4d550

View File

@ -279,6 +279,10 @@ if(MINGW OR MSVC)
endif(MSVC)
if(MINGW)
# Temporary (?) workaround for failing builds on MinGW CI due to bug in TBB
set(CMAKE_CXX_EXTENSIONS ON)
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp bcrypt)
# Check for iconv (may be needed for Boost.Locale)