[cmake-developers] [CMake 0015154]: Ninja complains about missing rule

2014-09-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15154 == Reported By:Clinton Stimpson Assigned To:

Re: [cmake-developers] documentation patch

2014-09-12 Thread Brad King
On 09/12/2014 11:27 AM, Andy Bauer wrote: > Attached is a patch for a documentation correction Applied, thanks: Help: Fix set_tests_properties documentation typo http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8054987 -Brad -- Powered by www.kitware.com Please keep messages on-topic an

[cmake-developers] documentation patch

2014-09-12 Thread Andy Bauer
Hi, Attached is a patch for a documentation correction for setting test properties. Can someone check on this and merge it into CMake if it's acceptable? Thanks, Andy From bc634e15ffddcee9df4a948fcde8c96cd3500a39 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 12 Sep 2014 10:43:27 -0400 S

Re: [cmake-developers] [PATCH] WINCE, VS: Make the Visual Studio 10+ generator Windows CE

2014-09-12 Thread Brad King
On 09/12/2014 08:47 AM, Pascal Bach wrote: > - If Windows CE is targeted set the Subsystem and EntryPointSymbol accordingly > - For Windows CE 2013 (8.0) set the toolset to C800 by default Great, thanks. > +bool cmGlobalVisualStudio10Generator::InitializeWindowsCE(cmMakefile* mf) > + { Here ple

Re: [cmake-developers] Modern cross-platform buildsystem design requirements

2014-09-12 Thread Brad King
On 09/10/2014 11:49 AM, Stephen Kelly wrote: > target_link_libraries(mylib cmake::android-16) Interesting idea. These could be predefined in the Platform/Android.cmake module. However, I do not think the current ANDROID_API property will be outdated by such a design, so I think we can keep it a

[cmake-developers] [PATCH] WINCE, VS: Make the Visual Studio 10+ generator Windows CE

2014-09-12 Thread Pascal Bach
- If Windows CE is targeted set the Subsystem and EntryPointSymbol accordingly - For Windows CE 2013 (8.0) set the toolset to C800 by default --- Source/cmGlobalVisualStudio10Generator.cxx | 40 Source/cmGlobalVisualStudio10Generator.h |7 + Source/cmVisual

Re: [cmake-developers] Alternate if() without implicit variable expansion

2014-09-12 Thread Brad King
On 09/11/2014 03:40 PM, Nils Gladitz wrote: > I think I've got it rewritten properly Yes, it looks good! Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the C

Re: [cmake-developers] [PATCH] WINCE, VS: Allow selecting an SDK for Windows CE on Visual Studio

2014-09-12 Thread Brad King
On 09/12/2014 03:42 AM, Bach, Pascal wrote: > Now in order to have it fully working on WindowsCE the following issues > remain: > 1. The subsystem for EXE and DLL currently it is set to Console or Windows > depending on the WIN32_EXECUTABLE property of the target. For WinCE the > subsystem needs

Re: [cmake-developers] [PATCH] WINCE, VS: Allow selecting an SDK for Windows CE on Visual Studio

2014-09-12 Thread Bach, Pascal
> On 09/05/2014 03:53 PM, Brad King wrote: > > I think "CMAKE_GENERATOR_PLATFORM" may be a suitable name. Ideally > > this setting should be added as a general-purpose replacement for > > putting "ARM" or "Win64" in the generator name. The changes for > > that are more sweeping than I'd like to a