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

Env-variable to use different conan home does not seem to be obeyed #5

Open d-krupke opened 1 year ago

d-krupke commented 1 year ago

Despite being defined CONAN_HOME to ./conan/cache, conan installs the custom cgal package to $~/.conan2 in the test example.

Could probably be fixed for this using the constructor of ConanApi. However, this indicates that maybe also other environment variables would not be obeyed.