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

2015-09-29 Thread Nils Gladitz
On 09/29/2015 04:38 AM, Ryan Schmidt wrote: 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

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-29 Thread CHEVRIER, Marc
On Solaris, activating C++11 standard switch the compiler into a completely different mode: * Mangling is different * C++ runtime is the GNU one, delivered as part of SolarisStudio 12.4 (Sun C++ runtime is no longer supported) This is why the flag -std=c++11 must be passed to the link step to

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

2015-09-29 Thread Ryan Schmidt
On Sep 29, 2015, at 1:54 AM, Nils Gladitz wrote: > Is it possible that beyond setting CMAKE_OSX_ARCHITECTURES the project also > tries to manually add -arch flags to CFLAGS/CXXFLAGS? > > The test binary produced for compiler identification with just > CMAKE_OSX_ARCHITECTURES set is not a fat

[cmake-developers] [CMake 0015761]: CMake should provide a variable to get arguments used to configure.

2015-09-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15761 == Reported By:Ilya Assigned To:

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

2015-09-29 Thread Konstantin Podsvirov
Hi, Brad! 29.09.2015, 22:56, "Brad King" : > On 9/29/2015 1:19 AM, Konstantin Podsvirov wrote: >> reflect this in the release notes. > > Good catch. Applied, thanks: > > Help: Add notes for topic 'FindOpenSSL-imported-targets' >

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

2015-09-29 Thread Brad King
On 9/29/2015 1:19 AM, Konstantin Podsvirov wrote: > reflect this in the release notes. Good catch. Applied, thanks: Help: Add notes for topic 'FindOpenSSL-imported-targets' https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0429c384 -Brad -- Powered by www.kitware.com Please keep