Mark Wyszomierski wrote:
Hi David,
I'm new to linux, do you mean that setting the env var like that
through CMake will only affect my executables during run time- in
other words the env var is only set for my exes? That's fine and what
I need -
They will only be set during cmake time. Cmake runs, creates makefiles,
or projects, and then it is gone. There is no way for it to set
environment variables that last longer than the cmake run.
-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake