[CMake] How to identify MSVC-compatible compiler?

2012-01-07 Thread Dave Abrahams
Is there a variable that will tell me when the compiler supports MSVC-compatible command-line flags? I'd like to have something cleaner than checking for WINDOWS AND ( MSVC OR INTEL ) If not, I can of course roll my own, but this seems like something that should be in CMake's "standard libra

[CMake] Are u using mingw32 gcc / with Cmake?

2012-01-07 Thread Bram Kouwenberg
I'm looking for someone with a mingw32 install next to Cmake. I have a problem compiling probably because of mingw32 --look below if you want. shout out if you have mingw32 -- Forwarded message -- From: Jean-Christophe Fillion-Robin Date: Tue, Jan 3, 2012 at 3:24 PM Subject: Re:

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-07 Thread Daniel Dekkers
Xcode stuff would be great... http://public.kitware.com/Bug/view.php?id=12640 http://public.kitware.com/Bug/view.php?id=12506 http://public.kitware.com/Bug/view.php?id=12532 On Jan 2, 2012, at 6:11 PM, David Cole wrote: > Hi all, > > Replies requested. Short replies only. Read on. Just a short r

Re: [CMake] How not to copy a link

2012-01-07 Thread David Cole
On Sat, Jan 7, 2012 at 9:47 AM, David Cole wrote: > On Fri, Jan 6, 2012 at 10:54 PM, Michael Hertling wrote: >> On 01/06/2012 07:51 PM, Kevin Burge wrote: >>> Thanks David.  These are external libraries built outside of CMake, >>> without CMake, not imported via any of the import capabilities of

Re: [CMake] How not to copy a link

2012-01-07 Thread David Cole
On Fri, Jan 6, 2012 at 10:54 PM, Michael Hertling wrote: > On 01/06/2012 07:51 PM, Kevin Burge wrote: >> Thanks David.  These are external libraries built outside of CMake, >> without CMake, not imported via any of the import capabilities of cmake, >> and that need to be installed alongside my CMa

Re: [CMake] Multiple tests in a single file

2012-01-07 Thread David Cole
On Fri, Jan 6, 2012 at 6:47 PM, David Doria wrote: > On Fri, Jan 6, 2012 at 5:54 PM, Jean-Christophe Fillion-Robin > wrote: >> Hi David, >> >> Not too long ago I was browsing the project of a friend who worked on BTK >> (The toolkit used by Mokka, a motion kinematic & kinetic analyser) [1]. >> >>