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
