Re: [Freerdp-devel] how to change install location?

2012-04-21 Thread Gerry Reno
On 04/21/2012 05:06 PM, Mike Gilbert wrote: > cmake -DCMAKE_INSTALL_PREFIX=/opt . That configured things. Thanks. -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor

Re: [Freerdp-devel] how to change install location?

2012-04-21 Thread Mike Gilbert
On Sat, Apr 21, 2012 at 5:01 PM, Gerry Reno wrote: > It was easy to change install location (eg: /opt ) previously with GNU build > tools 'configure' using --prefix. > > But since new CMake build tool how do you do this using CMake? > cmake -DCMAKE_INSTALL_PREFIX=/opt .

[Freerdp-devel] how to change install location?

2012-04-21 Thread Gerry Reno
It was easy to change install location (eg: /opt ) previously with GNU build tools 'configure' using --prefix. But since new CMake build tool how do you do this using CMake? -- For Developers, A Lot Can Happen In A Sec