conan
conan copied to clipboard
Re-enabling file download cache in 2.0
trafficstars
Close https://github.com/conan-io/conan/issues/11658
While testing this locally I noticed that if you specify a folder that is not absolute it will put the file download cache inside the folder of the package in the local cache, like this:
It's not that is critical, but maybe if it does not make sense to use a folder that is not absolute for this, we should at least warn the user.
It's not that is critical, but maybe if it does not make sense to use a folder that is not absolute for this, we should at least warn the user.
No, this is not good, I'll fix it
Fixed