Closed Gernatch closed 8 months ago
yeah, that's an enhancement, right now it doesn't support any environment variables
We may add a configuration.Evaluate
call on this path like we did in #134 for the install path, it should be quite straightforward.
@Gernatch to clarify - do you want Visual Studio macro definitions, like ${projectDir}
, ${outDir}
, etc (full list), or system environment variables, like $PATH
, $TEMP
, etc?
Hi! I see a problem with this. In the next release we are validating the path to the Conan executable. If it depends on a VS macro or environment variable, this validation doesn't make sense: the environment may change and VS macros should be evaluated per configuration.
I really like to validate the path to conan.exe
in the Options menu, we guarantee that it is going to be the same for all projects and configurations, but if the motivation to allow env/macros is strong enough I can change my mind.
Causes "install" to do nothing:
This is probably more of an enhancement request. Not sure if it was designed to allow environment variables.