Re: [cmake-developers] [PATCH] FindCURL: Search for Windows debug builds as well

2014-12-19 Thread Pietraszkiewicz, Piotr
Please forgive me the patch below. It looks my email client (MS Outlook) tempered with the content after I pressed "Send". Here it comes again as attachment. Thanks for applying, Piotr -Ursprüngliche Nachricht- Von: Pietraszkiewicz, Piotr Gesendet: Freitag, 19. Dezember 2014 12:21 An

[cmake-developers] [PATCH] FindCURL: Search for Windows debug builds as well

2014-12-19 Thread Pietraszkiewicz, Piotr
Signed-off-by: Piotr Pietraszkiewicz --- Modules/FindCURL.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/FindCURL.cmake b/Modules/FindCURL.cmake index 209fd87..6fb8f7d 100644 --- a/Modules/FindCURL.cmake +++ b/Modules/FindCURL.cmake @@ -40,6 +40,9 @@ find_library(CURL_LIBRAR

Re: [cmake-developers] [PATCH] FindCURL: Search for Windows debug builds as well

2014-12-19 Thread Rolf Eike Beer
Am Freitag, 19. Dezember 2014, 12:31:24 schrieb Pietraszkiewicz, Piotr: > Please forgive me the patch below. It looks my email client (MS Outlook) > tempered with the content after I pressed "Send". Here it comes again as > attachment. The right way would be to do another find_library() into a dif

Re: [cmake-developers] pause on new topics please

2014-12-19 Thread Brad King
On 12/17/2014 02:18 PM, Brad King wrote: > I have a few open topics in 'next' right now that may take a > few more nightly iterations to cleanup the dashboard. In order > to avoid disrupting this process with other changes, please > refrain from adding more topics to 'next'. This is all done now.

[cmake-developers] [CMake 0015320]: Xcode with space in path can not be used to run CMake

2014-12-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15320 == Reported By:Stephen Kelly Assigned To:

[cmake-developers] Proposed change to behavior of find_program

2014-12-19 Thread Thompson, KT
CMake developers, I am proposing a small change to SystemTools.cxx to address a problem I have on multiple systems. I need find_program to return the path to an executable file that is not marked with the read permission bit, but is marked with the execute bit (e.g.: chmod 111 file). On Linux

Re: [cmake-developers] Proposed change to behavior of find_program

2014-12-19 Thread Thompson, KT
Hmm. It looks my original proposal breaks some backward compatibility. Maybe this patch is better: --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1148,13 +1148,13 @@ bool SystemTools::FileExists(const kwsys_stl::string& filename) { return (GetFileAttributes