Currently, the windows-msvc-release preset is used when building Windows Conda packages. This works with the overriding of the target platform and generator toolset, and makes use of the machine compiler (as in https://github.com/KhiopsML/khiops/issues/403).
The goal of this issue is to let Conda CMake choose its own compiler and thus let us make do without overriding the target platform and generator toolset.
Questions/Ideas
Apply to the Windows Conda build the same approach as to the Linux Conda build, implemented in PR #407 .
Description
Currently, the
windows-msvc-release
preset is used when building Windows Conda packages. This works with the overriding of the target platform and generator toolset, and makes use of the machine compiler (as in https://github.com/KhiopsML/khiops/issues/403).The goal of this issue is to let Conda CMake choose its own compiler and thus let us make do without overriding the target platform and generator toolset.
Questions/Ideas
Context
khiops -e log.txt
): N/Akhiops -o scenario._kh
): Anykhiops -s
): Conda / Windows.