On Sunday 19 March 2006 10:17, Albert Astals Cid wrote:
> Hi, previously when using configure i could define the environment variable
>
> $ echo $KDEDIR
> /home/kdesvn/instalado
>
> and then configure already detected i wanted to install KDE there so i did
> not have to write
>
> ./configure --prefix=/home/kdesvn/instalado
>
> each time.
>
> Is it possible to make cmake support the same feature?
>
> Albert
>

http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro

says use CMAKE_INSTALL_PREFIX

so something like

cmake -DCMAKE_INSTALL_PREFIX=/home/kdesvn/instalado

will work.
--
Matt
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to