You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include(Utilities)
add_to_envvar(
VARIABLE -- Name of the environmentvariablePATH -- Path to add
[PREPEND] -- If path, adds at begining of list
[OS somevariable] -- Only add path if the variable is defined.
Could be WIN32, orAPPLE, orUNIX of anything else.
)
Whether child processes actually see the change is open to discussion.