[cmake-developers] [CMake 0012521]: XMOS Toolchain Support

2011-10-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12521 == Reported By:Bernhard Sputh Assigned To:

[cmake-developers] Keeping unit tests useful and splitting feature support from platform support

2011-10-16 Thread Stephen Kelly
Hi, I've been pushing some changes to the unit tests on the cmake-link-interface-libraries branch which is merged into next. Where the unit tests that I wrote were failing before in some cases, my changes make the dashboard go green again, but they don't actually make CMake any better. That

[cmake-developers] Question/problem with cmSourceGroup

2011-10-16 Thread Alexander Neundorf
Hi, I'm currently trying to add support for the source_group() command to the Eclipse project generator. It's not as straighforward as I expected. I expected that if I do source_group(Foo FILES main.cpp) in the CMakeLists.txt, that then in the generate step, there would be a cmSourceGroup

Re: [cmake-developers] Keeping unit tests useful and splitting feature support from platform support

2011-10-16 Thread Rolf Eike Beer
Stephen Kelly wrote: What I'd like to see is a distinction of feature support from platform support. In my case, I care about writing some features in cmake, but I don't care about watcom, GCC 3.3.1 etc. What I'd like to do is make sure my feature works on some 'reference platforms', which

Re: [cmake-developers] Keeping unit tests useful and splitting feature support from platform support

2011-10-16 Thread Stephen Kelly
Rolf Eike Beer wrote: Stephen Kelly wrote: What I'd like to see is a distinction of feature support from platform support. In my case, I care about writing some features in cmake, but I don't care about watcom, GCC 3.3.1 etc. What I'd like to do is make sure my feature works on some

Re: [cmake-developers] Keeping unit tests useful and splitting feature support from platform support

2011-10-16 Thread Richard Wackerbarth
On Oct 16, 2011, at 6:21 PM, Stephen Kelly wrote: On 10/16/2011 02:56 PM, Richard Wackerbarth wrote: On Oct 16, 2011, at 6:54 AM, Stephen Kelly wrote: Having so many old platforms and compilers on the dashboard going red with failure So, I think I'm talking about two separate issues. One is

Re: [CMake] Fwd: Save stripped debugging information

2011-10-16 Thread Michael Hertling
On 10/14/2011 12:58 AM, Rolf Eike Beer wrote: Am Donnerstag, 13. Oktober 2011, 20:09:04 schrieb Michael Hertling: On 10/12/2011 03:40 PM, Rolf Eike Beer wrote: On 10/03/2011 09:18 AM, Yuri Timenkov wrote: Hi Michael, On Sun, Oct 2, 2011 at 6:07 PM, Michael Hertling

[CMake] How to define custom import library name (MSVC)?

2011-10-16 Thread zex spectrum
Hello, I generate a shared library named, for example, mylib80.dll (it has postfix 80, because I want to embed version info into library name. I use set_target_properties with Config_POSTFIX property to achieve this. By default, CMake names corresponding import library as mylib80.lib. But I want

[CMake] Problem with CMAKE_CFG_INTDIR

2011-10-16 Thread Robert Dailey
So I'm using the VS7.1 generator. I have IDL files which create header files in my binary output directory located here: C:\Code\work\rdailey-t510-sandbox\build\common\exchange\gdexchsrvcommon\gdexchsrvcommon.dir\Debug I need the path above to be an include directory, so I tried this before I

[CMake] FindLAPACK in git head

2011-10-16 Thread Tim Gallagher
Hi, We're having problems with FindLAPACK in the latest source head. It claims it cannot find LAPACK when previous versions of CMake find it just fine. It does not work with either the Generic version or the Intel version. FindBLAS correctly locates the library though. And when we put in the

[CMake] CTest outside of CMake

2011-10-16 Thread Tim Gallagher
Hi, We have our project set up to run a series of test cases, but we are treating it as if we are not using CMake. I found a tutorial online on how to set it up, and we have it running just fine when we want to run all of the tests. But, I haven't figured out how to do the configure/build

[Cmake-commits] CMake branch, master, updated. v2.8.6-39-gc6e7487

2011-10-16 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via c6e748749900a5b9020f04ffaddf71d4f5572d99 (commit) from