[CMake] Mercurial support for CTest

2009-06-28 Thread Bart Janssens
Hi all, We're planning to move our project (K-3D) from SVN to Mercurial. Are there any plans to support Mercurial in CTest? A search turned up these results: http://www.mail-archive.com/cmake@cmake.org/msg17597.html http://public.kitware.com/Bug/view.php?id=7879 Are there any plans to

[CMake] xcode 3.13 could not compile the project generated by cmake 2.6.4

2009-06-28 Thread eagleinfly
Hi all, I'm using cmake to generate make file for xcode 3.13, I'm using the following file structure to place different modules: Project Root |CMakefile.txt (1) |gui |CMakefile.txt (2) |src |include |wxstc |CMakefile.txt (3) |src |include |... other

Re: [CMake] CMakeLists.txt?

2009-06-28 Thread Bill Hoffman
Robert Dailey wrote: Just curious about how you guys came up with the name 'CMakeLists.txt'. While I've grown to accept it, I still can't say I really understand the meaning of the name. Something that would make sense to me is CMakeScript.txt or CMakeFile. I am especially curious as to why

Re: [CMake] CmakeADSP How to use gmake with ADSP tools

2009-06-28 Thread Raphael Cotty
Hi, Here is the toolchain I use for a Blackfin 533: SET( CMAKE_SYSTEM_NAME Generic ) # these are ADSP specific, so it makes sense to have them separated from CMAKE_SYSTEM_PROCESSOR SET( ADSP_PROCESSOR ADSP-BF533 ) SET( ADSP_PROCESSOR_SILICIUM_REVISION 0.5 ) SET( CMAKE_C_COMPILER ccblkfn ) SET(

Re: [CMake] Checking MSVC90 or higher?

2009-06-28 Thread Mike Jackson
On Sat, Jun 27, 2009 at 4:46 PM, Robert Daileyrcdai...@gmail.com wrote: On Sat, Jun 27, 2009 at 3:13 PM, Tyler Roscoe ty...@cryptio.net wrote: On Sat, Jun 27, 2009 at 02:30:36PM -0500, Robert Dailey wrote: The problem is that there is no central location for this data. I was referencing the

Re: [CMake] [PATCH] slightly modify cache variable behaviour, Was: Re: option() behavior

2009-06-28 Thread Alexander Neundorf
On Tuesday 12 May 2009, Philip Lowman wrote: On Mon, May 11, 2009 at 4:53 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Monday 11 May 2009, Bill Hoffman wrote: Alexander Neundorf wrote: On Monday 11 May 2009, Bill Hoffman wrote: So, CMake has done what it does now

Re: [CMake] Generator for Xcode 3.0+?

2009-06-28 Thread Doug Gregor
I hacked up a patch against current CMake CVS to support generation of Xcode 3.0 and Xcode 3.1 projects, which I've attached to the bug report for this feature,: http://public.kitware.com/Bug/view.php?id=9216 It's working for me when building LLVM+Clang in Xcode 3.1. I'd appreciate if other