KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
36 stars 4 forks source link

Drop CMake Presets when Building Windows Conda Packages #424

Open popescu-v opened 3 weeks ago

popescu-v commented 3 weeks ago

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