Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Eric Noulard
2009/9/26 Michael Wild them...@gmail.com: Usually I use cvs update -dARP which IMHO should probably be the default, because that's what people (i.e. me) expect from an update. -dRP are ok even if I think R is not needed, however you usually don't want A unless you want to checkout cvs HEAD.

[CMake] [v2.8-rc1] - Strange new warning in FindQt4.cmake

2009-09-26 Thread Christian Ehrlicher
Hi, I get this warning: -8-- CMake Warning (dev) at cmake/modules/FindQt4.cmake:826 (SET): Local variable QT4_QTUITOOLS_LIBRARY is set to optimized;D:/kde/kde-msvc/lib/QtUiTools.lib;debug;D:/kde/kde-msvc/lib/QtUiTo olsd.lib but the CACHE entry of the

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Andreas Pakulat
On 25.09.09 16:07:21, Bill Hoffman wrote: I am happy to announce that CMake 2.8.0 has entered the beta stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/. I am sure I am leaving something out, but here is the list of changes that I came up with. (If you

[CMake] [v2.8-rc1] does't find freetype on windows

2009-09-26 Thread Christian Ehrlicher
Hi, FiFreetype with 2.8.0-rc1 (and maybe lower) doesn't find freetype on windows because ft2build.h isn't searched inside include/freetype2 Adding 'include/freetype2' to PATH_SUFFIXES in the first FIND_PATH statement solves the problem. Christian signature.asc Description: OpenPGP digital

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Alexander Neundorf
On Saturday 26 September 2009, Andreas Pakulat wrote: On 25.09.09 16:07:21, Bill Hoffman wrote: I am happy to announce that CMake 2.8.0 has entered the beta stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/. I am sure I am leaving something out, but here

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Michael Wild
Usually I use cvs update -dARP which IMHO should probably be the default, because that's what people (i.e. me) expect from an update. Are there any plans for CMake (and other Kitware projects) to switch over to a more contemporary VCS, such as git, hg or bzr (in the order of my

Re: [CMake] Resolution of dependencies for Subversion

2009-09-26 Thread Philip Lowman
You could look to FindImageMagick for inspiration. It started as a way to find the ImageMagick binary utilities like convert and mogrify but support was added to detect the ImageMagick libraries via specifying additional COMPONENTS. Not sure if this approach is completely correct for Subversion

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Wojciech Migda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and what about clearcase snapshot views updating ? Any plans ? Wojciech Michael Wild pisze: Usually I use cvs update -dARP which IMHO should probably be the default, because that's what people (i.e. me) expect from an update. Are there any

Re: [CMake] [v2.8-rc1] - Strange new warning in FindQt4.cmake

2009-09-26 Thread Alexander Neundorf
On Saturday 26 September 2009, Christian Ehrlicher wrote: Hi, I get this warning: -8-- CMake Warning (dev) at cmake/modules/FindQt4.cmake:826 (SET): That's the FindQt4.cmake from kdelibs, right ? Current trunk ? Local variable QT4_QTUITOOLS_LIBRARY is

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Eric Noulard
2009/9/26 Alexander Neundorf a.neundorf-w...@gmx.net: On Saturday 26 September 2009, Andreas Pakulat wrote: Not sure which one is newer, but I just cvs up'ed to the CMAKE-2-8 branch and tried to build and it failed with this: [ 90%] Building CXX object

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Michael Wild
On 26.09.2009, at 19:33, Eric Noulard eric.noul...@gmail.com wrote: 2009/9/26 Michael Wild them...@gmail.com: Usually I use cvs update -dARP which IMHO should probably be the default, because that's what people (i.e. me) expect from an update. -dRP are ok even if I think R is not

Re: [CMake] Resolution of dependencies for Subversion

2009-09-26 Thread SF Markus Elfring
You could look to FindImageMagick for inspiration. It started as a way to find the ImageMagick binary utilities like convert and mogrify but support was added to detect the ImageMagick libraries via specifying additional COMPONENTS. Thanks for your suggestion. I am also interested in

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-26 Thread Cristian Adam
Bill Hoffman wrote: - Qt based GUI cmake-gui is now the default GUI, MFC CMakeSetup is no longer included in CMake. ccmake is still supported. If MFC is no longer used then the following files should not be part of the installer: Microsoft.VC90.MFCLOC.manifest Microsoft.VC90.MFC.manifest

Re: [CMake] Resolution of dependencies for Subversion

2009-09-26 Thread Philip Lowman
On Sat, Sep 26, 2009 at 5:10 PM, SF Markus Elfring elfr...@users.sourceforge.net wrote: You could look to FindImageMagick for inspiration. It started as a way to find the ImageMagick binary utilities like convert and mogrify but support was added to detect the ImageMagick libraries via

[CMake] how to set per-configuration xcode attributes

2009-09-26 Thread Jesse Beder
I'm using the following syntax to set certain build settings on a per-configuration basis: set(CMAKE_CONFIGURATION_TYPES Debug Release Distribution) set(CMAKE_CXX_FLAGS_DISTRIBUTION -Os) and also setting specific Xcode properties like this: set_target_properties(${NAME} PROPERTIES