[cmake-developers] [PATCH] FindOpenSSL: Imported Targets Release Note

2015-09-28 Thread Konstantin Podsvirov
Hello, dear developers! With this commit the module provides : http://cmake.org/gitweb?p=cmake.git;a=commit;h=a0dab7b774d5b7a619fd26926c2faf11f9d70309 Then I forgot to reflect this in the release notes. Patch attached. -- Regards, Konstantin PodsvirovFrom

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-28 Thread Stephen Kelly
Brad King wrote: > On 09/28/2015 03:55 AM, CHEVRIER, Marc wrote: >> Anyway, the main problem is the fact that, currently, C++ standard >> handling is not usable on Solaris. Do have any plan to fix this problem >> anytime soon? >> >> On 25/09/15 17:24, "Brad King" wrote: >>> Compiling with a

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-28 Thread Brad King
On 09/28/2015 02:34 PM, Stephen Kelly wrote: >> Steve? According to cmake-compile-features(7) you tested this with >> Oracle SolarisStudio version 12.4. > > Yes, I tested it on SolarisStudio 12.4, but on linux (Ubuntu). Perhaps > that's a relevant difference from 'real' Solaris. That seems to

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-28 Thread Brad King
On 09/28/2015 03:55 AM, CHEVRIER, Marc wrote: > Anyway, the main problem is the fact that, currently, C++ standard handling > is not usable on Solaris. Do have any plan to fix this problem anytime soon? > > On 25/09/15 17:24, "Brad King" wrote: >> Compiling with a -std= flag should link with such

Re: [cmake-developers] [Patch] Adding Windows 10 support

2015-09-28 Thread Gilles Khouzam
The more I think about it, the more this makes sense and should work out well. Let me take your current changes and adapt them for this and test them out. -Original Message- From: Gilles Khouzam Sent: Friday, September 25, 2015 14:55 To: 'Brad King' Cc:

Re: [cmake-developers] [Patch] Timestamp of VS-generator rule files

2015-09-28 Thread Brad King
On 09/28/2015 09:45 AM, mike.pa...@bmw.de wrote: > As requested, I put the patch right into the VS10 target generator. Thanks. Applied with minor tweaks: VS: Prevent generated "rule" files from causing rebuilds http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa5284f0 -Brad -- Powered

[cmake-developers] [CMake 0015759]: Error running cmake

2015-09-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15759 == Reported By:Vishnu Makkapati Assigned To:

Re: [cmake-developers] CXX_STANDARD and linking (was: C++11 support broken for SolarisStudio 12.4)

2015-09-28 Thread CHEVRIER, Marc
Hi, Bootstrapping CMake with the flags you specify and SOlarisStudio 12.4 enable to generate a usable Cmake but some tests are failing with error related to CXX standard. For example, test 32, CompileFeatures generates error: 32: CMake Error: Error required internal CMake variable not set,

[cmake-developers] [CMake 0015760]: Generating project files fails, if compiler path has spaces

2015-09-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15760 == Reported By:leandros Assigned To:

[cmake-developers] cmake fails to identify C and CXX compiler when building universal

2015-09-28 Thread Ryan Schmidt
Hello, I am a developer with the MacPorts package management system, and I want to report to you a bug in cmake 3.3.2 that affects OS X. I was going to file a bug report in your issue tracker, but the bright yellow box at the top of the "report issue" page made it sound like I should send my

[cmake-developers] [Patch] Timestamp of VS-generator rule files

2015-09-28 Thread Mike.Pagel
As requested, I put the patch right into the VS10 target generator. Please note that this requires a new dependency on , which was _not_ there before. I tried to stick to the existing style. Please let me know if I need to use different APIs or anything else needs to be improved. Thanks, Mike