Re: [cmake-developers] conditionals in generator expressions

2012-08-30 Thread Brad King
On 08/30/2012 11:55 AM, Stephen Kelly wrote: > From earlier: >> One way to distinguish expressions with free-form arguments from >> those without is whether there is a ':' or whitespace after the >> expression name. > > This isn't very clear to me. Should ':' be part of the syntax which is > alwa

[cmake-developers] [CMake 0013499]: CMake AUTOMOC creates empty .moc files.

2012-08-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13499 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] conditionals in generator expressions

2012-08-30 Thread Stephen Kelly
Brad King wrote: > The entire expression must still be quoted and have its internal syntax > escaped through the CMake language. We could use single quotes instead: > > set_property(TARGET foolib >[APPEND] PROPERTY INCLUDE_DIRECTORIES >"$<$ '/bar bat/bag'>" >) > > for quoting inside

[cmake-developers] [CMake 0013498]: CMake does not fully support Visual Studio 11 WinRT project type

2012-08-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13498 == Reported By:Andrzej Assigned To:

Re: [cmake-developers] Mantis limitation

2012-08-30 Thread David Cole
Thanks for the pointer to the Form Recovery browser extension. That will help, if I can remember to install it again whenever I switch computers... :-) In the meantime, our IT guys have said they've "doubled gc_maxlifetime which may make it happen less frequently -- seems to be the only option so

[cmake-developers] [CMake 0013497]: CMAKE_SKIP_INSTALL_RPATH removes RPATH but leaves empty RUNPATH.

2012-08-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13497 == Reported By:marled Assigned To:

Re: [cmake-developers] conditionals in generator expressions

2012-08-30 Thread Brad King
On 08/30/2012 04:33 AM, Stephen Kelly wrote: > Other examples: > > $ > > $ > > Which looks like a fairly 'normal' escaping scheme from a c++ point of view. Yes. > because that set_target_properties signature can only take one argument > (there are other bug reports about this I think, but I d

Re: [cmake-developers] what happened to cmake users forum?

2012-08-30 Thread Rolf Eike Beer
Skippy VonDrake wrote: > I remember belonging to a mailing list meant for general questions > from cmake users. > Where does on go no when the have a problem/question just using cmake? > This site: http://public.kitware.com/mailman/listinfo/dart > just lists "cmake-developers" and "cmake-commits".

Re: [cmake-developers] FindFLEX version extraction failure

2012-08-30 Thread Brad King
On 08/30/2012 09:40 AM, Rolf Eike Beer wrote: > Let's see if it works: > > af06482 FindFLEX: fix version extraction on Apple Great, thanks for the quick reply. -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pl

Re: [cmake-developers] what happened to cmake users forum?

2012-08-30 Thread Michael Wild
On 08/30/2012 03:44 PM, Skippy VonDrake wrote: > I remember belonging to a mailing list meant for general questions > from cmake users. > Where does on go no when the have a problem/question just using cmake? > This site: http://public.kitware.com/mailman/listinfo/dart > just lists "cmake-developer

[cmake-developers] what happened to cmake users forum?

2012-08-30 Thread Skippy VonDrake
I remember belonging to a mailing list meant for general questions from cmake users. Where does on go no when the have a problem/question just using cmake? This site: http://public.kitware.com/mailman/listinfo/dart just lists "cmake-developers" and "cmake-commits". Or does this list include user qu

Re: [cmake-developers] FindFLEX version extraction failure

2012-08-30 Thread Rolf Eike Beer
Brad King wrote: > Hi Eike, > > Please take a look at this failure: > > http://open.cdash.org/testDetails.php?test=157846638&build=2539416 > > -- FLEX_VERSION='flex 2.5.35 Apple(flex-31)' > CMake Error at CMakeLists.txt:53 (message): >unexpected: FLEX_VERSION does not begin with a decimal

[cmake-developers] FindFLEX version extraction failure

2012-08-30 Thread Brad King
Hi Eike, Please take a look at this failure: http://open.cdash.org/testDetails.php?test=157846638&build=2539416 -- FLEX_VERSION='flex 2.5.35 Apple(flex-31)' CMake Error at CMakeLists.txt:53 (message): unexpected: FLEX_VERSION does not begin with a decimal digit Thanks, -Brad -- Powered b

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Rolf Eike Beer
Benjamin Eikel wrote: > Am Donnerstag, 30. August 2012 um 13:00:48 schrieb Rolf Eike Beer: > > Alexander Neundorf wrote: > > > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > > > Dear CMake developers, > > > > > > > > I have written a find module for the OpenGL Extension Wrangler (GLEW) > >

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Donnerstag, 30. August 2012 um 13:00:48 schrieb Rolf Eike Beer: > Alexander Neundorf wrote: > > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > > Dear CMake developers, > > > > > > I have written a find module for the OpenGL Extension Wrangler (GLEW) > > > [1] library (see attachment). I

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Rolf Eike Beer
Alexander Neundorf wrote: > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > Dear CMake developers, > > > > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > > library (see attachment). I tried to follow all the instructions that I > > have found. I am willing to ma

Re: [cmake-developers] conditionals in generator expressions

2012-08-30 Thread Stephen Kelly
Brad King wrote: > On 08/29/2012 09:25 AM, Brad King wrote: >>> I've pushed a generator-expression-refactor branch to my clone. It needs >>> some clean-up, de-duplication etc, but I'm looking for feedback on the >>> approach. >>> >>> In my branch, all parameters must be separated by ','. All comma

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Mittwoch, 29. August 2012 um 19:54:58 schrieb Alexander Neundorf: > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > Dear CMake developers, > > > > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > > library (see attachment). I tried to follow all the instruction

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Mittwoch, 29. August 2012 um 18:53:51 schrieb Brad King: > On 08/29/2012 05:43 AM, Benjamin Eikel wrote: > > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > > library (see attachment). I tried to follow all the instructions that I > > have found. I am willing to maint

Re: [cmake-developers] conditionals in generator expressions

2012-08-30 Thread Stephen Kelly
Brad King wrote: > On 08/27/2012 05:38 AM, Stephen Kelly wrote: >> Yes, I can see how the language could be able to offer both. However, I >> do think that the built-in 'this' target should be the one that the >> generator expression is evaluated on. > > Okay. I'd just like to reserve room in th

Re: [cmake-developers] Depends for Qt .qrc files.

2012-08-30 Thread Stephen Kelly
Brad King wrote: > - file(READ "${infile}" _RC_FILE_CONTENTS) > + file(STRINGS "${infile}" _RC_FILE_CONTENTS REGEX > "]*>[^<]+") Only this needed to be reverted. I added it to Qt4Macros-fix-resource- parsing. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware open-sou