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 the syntax

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 maintain

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 instructions that 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 maintain

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 tried to

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) [1] library (see

[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

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-developers and

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. Or does

[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] 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 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] 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 $$STREQUAL 'a' '\' '/bar bat/bag' ) for quoting

[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: