From 1da0c7d48e3ff7b19fb32b59514b832dd1ece685 Mon Sep 17 00:00:00 2001 From: Silvio Kunaschk Date: Tue, 7 May 2019 23:23:22 +0200 Subject: [PATCH] add conan profile definition for MinGW --- conan_profile_mingw8.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conan_profile_mingw8.1 diff --git a/conan_profile_mingw8.1 b/conan_profile_mingw8.1 new file mode 100644 index 00000000..f3b1e9c4 --- /dev/null +++ b/conan_profile_mingw8.1 @@ -0,0 +1,17 @@ +# this is a conan profile for MinGW GCC 8.1 +[settings] +os=Windows +os_build=Windows +arch=x86_64 +arch_build=x86_64 +compiler=gcc +compiler.version=8.1 +compiler.exception=seh +compiler.libcxx=libstdc++11 +compiler.threads=posix +build_type=Release +[options] +[build_requires] +mingw_installer/1.0@conan/stable +msys2_installer/latest@bincrafters/stable +[env]