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
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 .
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