Re: [CMake] setting environment variable through cmake

2009-02-16 Thread Philip Lowman
On Mon, Feb 16, 2009 at 7:46 AM, ankit jain wrote: > Hi all, > > I want to set an enviromnet varibale but not able to do it. > Currently iam using the command: > SET( ENV{varname} value ) > > But it is not working. > Can anybody guide me how to do it by giving an example. > Are you trying to set

Re: [CMake] setting environment variable through cmake

2009-02-16 Thread Nicolas Desprès
Hi, What version of cmake do you use? It is working for me. Cheers, Nico On Mon, Feb 16, 2009 at 6:46 AM, ankit jain wrote: > Hi all, > > I want to set an enviromnet varibale but not able to do it. > Currently iam using the command: > SET( ENV{varname} value ) > > But it is not working. > Can

[CMake] setting environment variable through cmake

2009-02-16 Thread ankit jain
Hi all, I want to set an enviromnet varibale but not able to do it. Currently iam using the command: SET( ENV{varname} value ) But it is not working. Can anybody guide me how to do it by giving an example. Ankit ___ Powered by www.kitware.com Visit o