Re: [cmake-developers] [PATCH] remove x placeholder from STREQUAL operands

2014-04-14 Thread David Cole
Hmm.. It is a little bit confusing for newcommers that you can not do simple comparision for text word if some variable with this name exists. Oh, it's confusing and confounding to old-timers, too... :-) -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ

Re: [cmake-developers] CMAKE_lang_LINK_EXECUTABLE and BG/Q

2014-04-14 Thread Brad King
On 04/12/2014 06:49 PM, Todd Gamblin wrote: What would it take to give CMake some way to mark an executable as static or dynamic? How is this done on other platforms? Do people typically just set extra linker flags on an exe when they want it to be static? Or is there a target property that

Re: [cmake-developers] Problems with CMake-master and OBJECT libraries

2014-04-14 Thread Kevin Funk
On Sunday 13 April 2014 11:07:21 Stephen Kelly wrote: Kevin Funk wrote: I see that there was some discussion wrt this on the cmake ML, [3], but actually I lack the CMake foo in order to understand this discussion's implications. At any rate, I don't think the above behavior is intended,

[cmake-developers] [CMake 0014875]: /lib64 wrongfully appears in RPATH

2014-04-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14875 == Reported By:Lekensteyn Assigned To:

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-14 Thread Josh Green
There is a second call site to ConvertPath and that caller needs to get the same result as WriteSources gets. I think your original proposal to teach ConvertPath to call cmLocalGenerator::Convert with optional == true may be the simplest solution. Ah yes, I see that. Well, in that case, it