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

Merge pull request #4908 from Kuxe/ensure_gcc_usage_with_windows-mingw-release

Set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to gcc and g++ for windows-mingw-release
This commit is contained in:
Ivan Savenko 2024-11-15 19:17:37 +02:00 committed by GitHub
commit e93af77f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,9 @@
"description": "VCMI Windows Ninja using MinGW", "description": "VCMI Windows Ninja using MinGW",
"inherits": "default-release", "inherits": "default-release",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Release" "CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_COMPILER": "gcc",
"CMAKE_CXX_COMPILER": "g++"
} }
}, },
{ {