Re: *NIX installation configuration (was [CMake] Cmake and Win32 plugin linking issues.)

2006-08-25 Thread Jamie Jones
On Wed, 2006-08-23 at 23:32 -0700, Alan W. Irwin wrote: set(infodir ${CMAKE_INSTALL_PREFIX}/share/info CACHE PATH install location for info files ) gives a good (LFHS rather than autotools) default install location for info files which the user has the option to override using ccmake or

Re: *NIX installation configuration (was [CMake] Cmake and Win32 plugin linking issues.)

2006-08-24 Thread Alan W. Irwin
Am I correct in understanding that *NIX packagers will need to patch my upstream CMakeLists.txt to adjust install location to fit with their distribution policies ? No. You can set things up to give users the complete freedom to determine path variables. To give this discussion some

Re: *NIX installation configuration (was [CMake] Cmake and Win32 plugin linking issues.)

2006-08-24 Thread Andreas 'GlaDiaC' Schneider
Alan W. Irwin wrote: Am I correct in understanding that *NIX packagers will need to patch my upstream CMakeLists.txt to adjust install location to fit with their distribution policies ? No. You can set things up to give users the complete freedom to determine path variables. To give this

Re: *NIX installation configuration (was [CMake] Cmake and Win32 plugin linking issues.)

2006-08-23 Thread Alan W. Irwin
Jamie Jones said: When we used autotools, I used to pass the following options to the autotools to control binary locations etc: [...] Look for the DESTINATION option for the INSTALL command in the documentation at http://www.cmake.org/HTML/Documentation.html. That gives you complete control

Re: *NIX installation configuration (was [CMake] Cmake and Win32 plugin linking issues.)

2006-08-23 Thread Jamie Jones
On Wed, 2006-08-23 at 07:40 -0700, Alan W. Irwin wrote: Jamie Jones said: When we used autotools, I used to pass the following options to the autotools to control binary locations etc: [...] Look for the DESTINATION option for the INSTALL command in the documentation at