1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/CI/conan/base/apple

13 lines
250 B
Plaintext
Raw Normal View History

[settings]
compiler=apple-clang
2023-01-14 13:25:16 +02:00
compiler.version=14
compiler.libcxx=libc++
build_type=Release
# required for Boost.Locale in versions >= 1.81
compiler.cppstd=11
[conf]
2022-12-31 15:32:11 +02:00
tools.apple:enable_bitcode = False
tools.cmake.cmaketoolchain:generator = Ninja