d-krupke / skbuild-conan

An extension for scikit-build to add C++-dependencies as easily as Python dependencies via conan.
MIT License
4 stars 2 forks source link

When automatically creating a profile without a compiler installed, it will save a bad profile #2

Closed d-krupke closed 1 year ago

d-krupke commented 1 year ago

This will lead to a valid profile without compiler, making things complicated.

Probably, a check if the profile contains a compiler is necessary.

d-krupke commented 1 year ago

Added a comment to fix this problem. Maybe one could also add an automatic detection.