[sldev] [VWR] Cmake standalone build issues

Bill Hoffman bill.hoffman at kitware.com
Wed Sep 3 11:56:37 PDT 2008


Bryan O'Sullivan wrote:

>  
> 
>     4) Install
> 
>     The only way i can see to achieve this is to patch the build system as
>     cmake will not respect the CMAKE_INSTALL_PREFIX if the locations are an
>     absolute path.
> 
If you use absolute paths, then you should use DESTDIR.

make DESTDIR=/my/special/path

-Bill


More information about the SLDev mailing list