Re: [CMake] unable to view file properties using CMAKE 2.8.7 in VS2010

2013-01-31 Thread Bryn Aspestrand
Yeah, CMAKE changed to relative pathing in VS2010 projects which fixes the issue with a bug in VS but I unfortunately can't use the newest CMAKE. I'm stuck with 2.8.7 for now -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Thursday, January 31, 2013 12:02 PM

Re: [CMake] unable to view file properties using CMAKE 2.8.7 in VS2010

2013-01-31 Thread John Drescher
> Hey there. I created a bare minimum cmake project > > > > ADD_LIBRARY (foo foo.c) > > > > When I open that solution in VS2010 and right click on foo.c and select > properties, the properties dialog comes up but when I try to view each > property (C/C++ > General, Optimization, Preprocessor, etc…)

Re: [CMake] CTEST_CUSTOM_TESTS_IGNORE regex?

2013-01-31 Thread Leif Walsh
Ah I see. Yep, it would both make sense and work perfectly if it was a regex. Sadly it would also break stuff. Maybe CTEST_CUSTOM_TESTS_IGNORE_REGEX would be a sane feature request. Sent from my iPhone On Jan 31, 2013, at 14:51, Matthew Woehlke wrote: > On 2013-01-31 14:16, Leif Walsh wrote:

Re: [CMake] unable to view file properties using CMAKE 2.8.7 in VS2010

2013-01-31 Thread Bryn Aspestrand
Ah, this seems to be an issue with the generated files clashing with a bug in VS2010 https://connect.microsoft.com/VisualStudio/feedback/details/635294/using-absolute-path-in-clcompile-item-prevents-property-pages-from-showing Is there a workaround for this in 2.8.7? I'm stuck using that version

[CMake] unable to view file properties using CMAKE 2.8.7 in VS2010

2013-01-31 Thread Bryn Aspestrand
Hey there. I created a bare minimum cmake project ADD_LIBRARY (foo foo.c) When I open that solution in VS2010 and right click on foo.c and select properties, the properties dialog comes up but when I try to view each property (C/C++ > General, Optimization, Preprocessor, etc...), nothing displa

Re: [CMake] CTEST_CUSTOM_TESTS_IGNORE regex?

2013-01-31 Thread Matthew Woehlke
On 2013-01-31 14:16, Leif Walsh wrote: This variable seems to be interpreted as a normal cmake ;-delimited list. Ah, I see. I misread your message as it is already a regex and didn't take lists. (Which is a little odd that it *isn't* a regex, as the CTest command line takes a regex...) If y

Re: [CMake] CTEST_CUSTOM_TESTS_IGNORE regex?

2013-01-31 Thread Leif Walsh
This variable seems to be interpreted as a normal cmake ;-delimited list. I currently use it that way for other tests. I haven't tried building it as a regex but I kind of doubt that would work, since I know it works as a list. If I have to I can duplicate the loops in CTestCustom.cmake but tha

Re: [CMake] CTEST_CUSTOM_TESTS_IGNORE regex?

2013-01-31 Thread Matthew Woehlke
On 2013-01-31 01:19, Leif Walsh wrote: In CTestCustom.cmake, I use CTEST_CUSTOM_MEMCHECK_IGNORE and CTEST_CUSTOM_TESTS_IGNORE to turn some long-running tests on and off (on for nightlies, off for development test cycles). I recently broke apart a rather large shell script that was used to run a

Re: [CMake] adding automatic handling of dependencies for swig-generated modules

2013-01-31 Thread Sébastien Barthélémy
Ok, I got no answer, so I'll try to be more specific, and cross post to -dev, please answer where suitable: 1) is there a known recipe to deal dependency detection? 2) I found the IMPLICIT_DEPENDS option of add_custom_command which suggests such support is possible, but implemented directly in cm

Re: [CMake] ctest and properties

2013-01-31 Thread ycollette . nospam
Thanks. It works fine with cmake, but not with ctest. Here is the output I've got with version 2.8.7: ctest --help-property-list ctest version 2.8.7 Internal error: Properties of Global Scope list is empty. Internal error: Properties on Directories list is empty. Internal error: Properties on Targ

Re: [CMake] ctest and properties

2013-01-31 Thread Leif Walsh
--help-property and --help-property-list exist. I don't know why this is on the web and not there. Sent from my iPhone On Jan 31, 2013, at 2:27, ycollette.nos...@free.fr wrote: > What about a new -help command: --help-properties ? > Do I fill a bug report for that ? > > YC > > - Mail ori

Re: [CMake] So Long

2013-01-31 Thread Nicolas Desprès
David, I wish you the best for your new adventure. That was really nice interacting with you for improving CMake. Regards, Nico On Wed, Jan 30, 2013 at 8:37 PM, David Cole wrote: > Howdy folks, > > Thought I'd ping the CMake mailing lists one last time before I have to > give up "david.c...@ki