Edward van de Vorst
Edward van de Vorst
Manually removing `set(CMAKE_GENERATOR_PLATFORM "x64" CACHE STRING "" FORCE)` from the toolchain file and altering the CMakePresets.json resolves the issue. Would be nice if this can be fixed.
conan command: `conan create . -pr:b vs2022_x64_profile -pr:h vs2022_x64_profile --build=missing` conan profile: ``` [settings] os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.runtime=MT compiler.version=17 build_type=Release [options] [build_requires] [env] ``` conan config: ```...
Thanks, I cannot test it right now, I will do that later. One additional question: the `cmake_generator = Ninja` in general section is ignored in this case?