Re: [CMake] Environment Variable - /var

2010-09-28 Thread Laszlo Papp
The short answer is then: there is no such an option.
Oki doki, thank you.

Best Regards,
Laszlo Papp

On Tue, Sep 28, 2010 at 12:25 PM, Alexander Neundorf
 wrote:
> On Tuesday 28 September 2010, Laszlo Papp wrote:
>> It is not a KDE project ...
>
> It was just meant as inspiration.
> And if you want you can of course use the code for the install dirs from
> FindKDE4Internal.cmake, it's BSD licensed.
>
> Alex
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Environment Variable - /var

2010-09-28 Thread Alexander Neundorf
On Tuesday 28 September 2010, Laszlo Papp wrote:
> It is not a KDE project ...

It was just meant as inspiration.
And if you want you can of course use the code for the install dirs from 
FindKDE4Internal.cmake, it's BSD licensed.

Alex
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Environment Variable - /var

2010-09-28 Thread Laszlo Papp
It is not a KDE project ...

Best Regards,
Laszlo Papp

On Tue, Sep 28, 2010 at 11:29 AM, Alexander Neundorf
 wrote:
> On Tuesday 28 September 2010, Laszlo Papp wrote:
>> Hi,
>>
>> Is there such an environment variable, like in case autoconf:
>>   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
>>
>> There are options like CMAKE_INSTALL_PREFIX, SYSCONF_INSTALL_DIR, but
>> not this one. I can make an own one, I am just out of the curiosity
>> whether there is an internal solution.
>
> SYSCONF_INSTALL_DIR is also not provided by cmake.
> In KDE we define a whole bunch of installation directories:
> http://api.kde.org/cmake/modules.html#module_FindKDE4Internal
> (the ones without "KDE4_" prefix)
>
> Alex
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Environment Variable - /var

2010-09-28 Thread Alexander Neundorf
On Tuesday 28 September 2010, Laszlo Papp wrote:
> Hi,
>
> Is there such an environment variable, like in case autoconf:
>   --localstatedir=DIR modifiable single-machine data [PREFIX/var]
>
> There are options like CMAKE_INSTALL_PREFIX, SYSCONF_INSTALL_DIR, but
> not this one. I can make an own one, I am just out of the curiosity
> whether there is an internal solution.

SYSCONF_INSTALL_DIR is also not provided by cmake.
In KDE we define a whole bunch of installation directories:
http://api.kde.org/cmake/modules.html#module_FindKDE4Internal
(the ones without "KDE4_" prefix)

Alex
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake