Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-08 Thread Alexander Neundorf
On Sunday 08 June 2008, Wojciech Migda wrote: > Hi, > ... > I've prepared a patch against the 2.6.0 version. Unfortunately I could > not find the patch format instructions for cmake, so I took those for > linux kernel (diff -up). > > --- cmake-2.6.0/Source/cmGlobalGenerator.cxx.orig2008-05-05 >

Re: [CMake] Code::Blocks generator setting in CMakeLists

2008-06-08 Thread Alexander Neundorf
On Friday 06 June 2008, Roy van Pelt wrote: > Dear all, > > Is it possible to include the generator choice into the CMakeLists.txt? > > I know for windows the CMake tool allows to configure the development > environment. But for Linux you have to configure it using a parameter > for CMake. I would

Re: [CMake] FIND_PACKAGE from another Project

2008-06-08 Thread Alexander Neundorf
On Friday 06 June 2008, hsanson wrote: > From the CMake 2.4 documentation I get: > > Directories listed in CMAKE_MODULE_PATH are searched for files called > "Find.cmake". If no such file is found, it is expected that the > package is another project built by CMake that has a > "Config.cmake" file.

Re: [CMake] CPack STGZ install directory

2008-06-08 Thread Eric NOULARD
Le Mon, 9 Jun 2008 03:08:58 +0900, "Daniel Stonier" <[EMAIL PROTECTED]> a écrit : > 2008/6/9 Eric Noulard <[EMAIL PROTECTED]>: > > > 2008/6/8 Daniel Stonier <[EMAIL PROTECTED]>: > > > I've been trying to set the default install directory for cpack > > > with the stgz generator and a binary packag

Re: [CMake] CPack STGZ install directory

2008-06-08 Thread Daniel Stonier
2008/6/9 Eric Noulard <[EMAIL PROTECTED]>: > 2008/6/8 Daniel Stonier <[EMAIL PROTECTED]>: > > I've been trying to set the default install directory for cpack with the > > stgz generator and a binary package build. However, nothing I do seems to > > affect it - it uses a default of the present work

Re: [CMake] CPack STGZ install directory

2008-06-08 Thread Eric Noulard
2008/6/8 Daniel Stonier <[EMAIL PROTECTED]>: > I've been trying to set the default install directory for cpack with the > stgz generator and a binary package build. However, nothing I do seems to > affect it - it uses a default of the present working directory. I'd like it > to default to /usr/loca

[CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-08 Thread Wojciech Migda
Hi, I did have a problem with cmake regenerating the whole build tree everytime I executed make. As it turned out the rebuild was done due to the dependency check made in cmGlobalUnixMakefileGenerator3::WriteMainCMakefile. It came out that the CMAKE_MAKEFILE_DEPENDS list in Makefile.cmake con

Re: [CMake] CPack NSIS no branding image

2008-06-08 Thread Torsten Grote
David Cole said the following on 06/02/2008 05:46 PM: Try: SET(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}test.bmp") There is a "bug" in the NSIS installer that refuses to extract the file name properly when there are only "/" forward slashes in the file name... Thank you very much for your

[CMake] CPack STGZ install directory

2008-06-08 Thread Daniel Stonier
I've been trying to set the default install directory for cpack with the stgz generator and a binary package build. However, nothing I do seems to affect it - it uses a default of the present working directory. I'd like it to default to /usr/local. Is there any way to do this? Cheers, Daniel.