SyntaxFix
Write A Post
Hire A Developer
Questions
$ENV{FOO} for usage, where FOO is being picked up from the environment variable. otherwise use as ${FOO}, where FOO is some other variable. For setting, SET(FOO "foo") would be used in CMake.
$ENV{FOO}
FOO
${FOO}
SET(FOO "foo")