[cmake-developers] [CMake 0015992]: Xcode generator's ReRunCMake.make fails if dependencies have been deleted

2016-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15992 == Reported By:Rodger Combs Assigned To:

Re: [cmake-developers] [PATCH] Add FindLTTngUST module to find LTTng-UST library

2016-02-26 Thread Philippe Proulx
Thanks. I submitted a v2, but I'm still wondering: do I need to extract the documentation somehow, to put it in Help/module, or is it automatically extracted once it's merged? Philippe Proulx On Fri, Feb 26, 2016 at 10:42 AM, Brad King wrote: > On 02/19/2016 08:09 PM, Philippe Proulx wrote: >>

[cmake-developers] [PATCH v2] Add FindLTTngUST module to find LTTng-UST library

2016-02-26 Thread Philippe Proulx
This patch adds the FindLTTngUST module which can be used to find the LTTng-UST library. It sets result variables and creates an imported target, LTTng::UST. Since the module is able to find the LTTng-UST version string, this is tested in Tests/CMakeOnly/AllFindModules. The module is tested indiv

[cmake-developers] [CMake 0015991]: Can't create Visual Studio 2015 project with CMake

2016-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15991 == Reported By:hokushin Assigned To: ==

[cmake-developers] [CMake 0015990]: CMake multi-processor compilation for Fortran projects

2016-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15990 == Reported By:abductor Assigned To:

Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-26 Thread Brad King
On 02/25/2016 04:19 PM, Fabian Otto wrote: > I recreated a single patch that contains all changes. Thanks! Applied with minor tweaks: VS: Add option to set `ConfigurationType` of a .vcxproj file https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6122909c -Brad -- Powered by www.kitware.c

Re: [cmake-developers] [CMake] Toolchains and CMAKE_FORCE_C_COMPILER in 3.5

2016-02-26 Thread Brad King
On 02/26/2016 07:18 AM, James Crosby wrote: > Can confirm it works for armcc - thanks! Great, thanks for testing! I've merged the feature to 'master' for inclusion in CMake 3.6. With this we can re-consider deprecating CMakeForceCompiler for that release too. Thanks, -Brad -- Powered by www.k

Re: [cmake-developers] Windows 10 Store App - deploy content

2016-02-26 Thread Robert Goulet
How does it work? Will this install files into the "AppX" directory at deployment step? From: Gilles Khouzam [mailto:gilles.khou...@microsoft.com] Sent: Thursday, February 25, 2016 7:44 PM To: Robert Goulet ; cmake-developers@cmake.org Subject: RE: Windows 10 Store App - deploy content We have a

Re: [cmake-developers] [PATCH] Add FindLTTngUST module to find LTTng-UST library

2016-02-26 Thread Brad King
On 02/19/2016 08:09 PM, Philippe Proulx wrote: > Signed-off-by: Philippe Proulx > --- > Modules/FindLTTngUST.cmake | 88 > ++ > 1 file changed, 88 insertions(+) > create mode 100644 Modules/FindLTTngUST.cmake Thanks for working on this. Please look

Re: [cmake-developers] [CMake] Toolchains and CMAKE_FORCE_C_COMPILER in 3.5

2016-02-26 Thread James Crosby
> On 24 Feb 2016, at 16:08, Brad King wrote: > > try_compile: Add option to control type of target > https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7f1bd9fe > > One should be able to simply add > >set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) > > to the toolchain file. Then CMakeFor

[cmake-developers] [CMake 0015989]: target_compile_features not working properly for XCode

2016-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15989 == Reported By:LCID Fire Assigned To: