cmake-conan
cmake-conan copied to clipboard
Autodetect get wrong arch with QtCreator mingw5.3
trafficstars
My env: windows 10 x64 QtCreator 5.9.9 with MinGW 5.3_32
I need change
conan_cmake_autodetect(settings )
->
conan_cmake_autodetect(settings ARCH x86)
The default version will get settings like that:
[settings]
arch=x86_64
arch_build=x86_64
So, if I don't want to special concrete arch in cmakelists.txt, how can I do that? or maybe something I missed, I'm newer to Conan/Cmake...
Hi @Wzshun, Could you please provide more information on your use case? Maybe a minimal reproducible example and a brief summary of what you are trying to do? Thanks a lot.