Robert Bielik skrev:
> Is there a way to set environment variables (Windoze) permanently with
> CMake ? Tried the
> SET(ENV{MY_ENV_VAR} Stuff) but since MY_ENV_VAR never showed up after
> running CMake I suspect
> it is only set locally in the process running CMake...
Ok, so this seems to be the case (I've rtfm). Dammit.
/R