Re: [cmake-developers] C# support ready for review

2016-02-24 Thread Gilles Khouzam
Hi Michael, I've had more time to try this, what is the reasoning to hardcode the default LangVersion to 3 in Modules\CMakeCSharpInformation.cmake? Can we remove it? I'm trying this on some projects of mine. From: Stuermer, Michael SP/HZA-ZSEP [mailto:michael.stuer...@schaeffler.com] Sent:

Re: [cmake-developers] CMakeFindDependencyMacro limitations

2016-02-24 Thread Roger Leigh
On 24/12/2015 12:07, Stephen Kelly wrote: Roger Leigh wrote: On 21/12/2015 15:07, Stephen Kelly wrote: Roger Leigh wrote: I can understand why REQUIRED and related arguments are omitted--that is why find_dependency exists--but I'd quite like to be able to specify COMPONENTS where needed e.g.

[cmake-developers] [CMake 0015986]: Visual Studio 2015 does not work with v120 toolset

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

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

2016-02-24 Thread Brad King
On 02/22/2016 11:35 AM, fabian.o...@rohde-schwarz.com wrote: > The patch adds the target property VS_CONFIGURATION_TYPE. It allows to > set an arbitrary value to the "ConfigurationType" property > > This is useful if you want to build a Windows Kernel Mode Driver. This looks okay to me. Please

Re: [cmake-developers] [PATCH v2] Now prints warning when --build is not honored

2016-02-24 Thread Brad King
On 02/21/2016 10:16 AM, Ashley Whetter wrote: > In this version of the patch I've changed the message printed to give more > information on how '--build' should be used. What command line are you using to test this locally? Please also add a case to Tests/RunCMake/CommandLine for this. Thanks,

Re: [cmake-developers] [PATCH] Additional regression tests for cmake_parse_arguments

2016-02-24 Thread Brad King
On 02/22/2016 05:16 AM, Yordanov, Dimitar wrote: > as requested please find attached some additional regression tests for > the cmake_parse_arguments implementation. Great, thanks! Applied: cmake_parse_arguments: Additional regression tests

Re: [cmake-developers] [PATCH] Fixed some documentation typos

2016-02-24 Thread Brad King
On 02/21/2016 10:17 AM, Ashley Whetter wrote: > --- > Help/manual/cmake-packages.7.rst | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Thanks, applied: Help: Fix typos in cmake-packages.7 manual https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=33507e2a -Brad --

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

2016-02-24 Thread Brad King
On 02/17/2016 01:46 PM, James Crosby wrote: >> Perhaps we could have a setting in a toolchain file like [snip] >> that tells CMake to use add_library(STATIC) instead of add_executable() >> in its generated try_compile projects. That would avoid linking through >> the toolchain. > > OK this makes

[cmake-developers] Unit Test App (Universal Windows)

2016-02-24 Thread Roman Wüger
Hello, does anyone successfully created a unit test for Windows 10 Universal? My current situation is that the unit tests are running if building for desktop. But if I try to build for winrt/universal/Windows 10 store then the tests aren't executed. When I create a unit test for Windows