Re: [cmake-developers] How is the Visual Studio compiler looked up

2015-07-07 Thread Gregor Jasny via cmake-developers
On 07/07/15 10:10, Gregor Jasny wrote: > one of my colleagues is unable to generate a VS2013 solution. He gets > the following error: Please disregard. This was a vc12 vs. VS2012 confusion. Sorry for the noise. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FA

[cmake-developers] How is the Visual Studio compiler looked up

2015-07-07 Thread Gregor Jasny via cmake-developers
Hello, one of my colleagues is unable to generate a VS2013 solution. He gets the following error: F:\CitrixLibs\ExternalLibs\CMake\3.1.3\Tools_Windows\bin\cmake.exe -G Visual Studio 12 -T v120_xp -A Win32 -DWITH_COPY_PREBUILT_CACHE=ON -DWITH_COPY_PREBUILT=ON -DCMAKE_INSTALL_PREFIX:PATH=C:\Git\med

[cmake-developers] [CMake 0015640]: CMake converts generator from Visual Studio 9 2008 to Visual Studio 10 2010 if ZERO_CHECK fails

2015-07-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15640 == Reported By:James Johnston Assigned To:

Re: [cmake-developers] Adding Swift support to CMake

2015-07-07 Thread Brad King
On 07/02/2015 07:54 PM, Eric Wing wrote: > Thank you Brad. When you are ready, let me know how I can help next. I have basic support with the Xcode generator done. Please try out this commit: Add rudimentary support for the Apple Swift language with Xcode http://cmake.org/gitweb?p=cmake.git;a=

Re: [cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-07 Thread Brad King
On 07/07/2015 09:39 AM, Konstantin Podsvirov wrote: > By the way, nothing wrong that I build and put on public display > code branch master using IFW installer? That's fine with us! Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://w

Re: [cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-07 Thread Konstantin Podsvirov
Hi, Brad! 07.07.2015, 16:21, "Brad King" : > On 07/07/2015 02:43 AM, Konstantin Podsvirov wrote: >> I used rebase. The last 8 commits in a branch on my server contain change of >> topic: >> >> I hope now will be able to apply the changes. > > Thanks! I've applied the changes with minor tweaks to

Re: [cmake-developers] PATCH: add subcommand string(APPEND)

2015-07-07 Thread Brad King
On 07/06/2015 04:47 PM, Daniel Pfeifer wrote: > OK, now with tests and release notes. Applied, thanks: string: add APPEND subcommand http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b18cdca > There is a debatable edge case: > When a variable is not-set and zero elements are appended, do we

Re: [cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-07 Thread Brad King
On 07/07/2015 02:43 AM, Konstantin Podsvirov wrote: > I used rebase. The last 8 commits in a branch on my server contain change of > topic: > > I hope now will be able to apply the changes. Thanks! I've applied the changes with minor tweaks to the history: CMake: Install COMPONENTs http://cm