[cmake-developers] [PATCH] FindProtobuf: prevent redundant PROTOBUF_LIBRARIES

2016-02-11 Thread Antonio Perez Barrero
Before this change, the variable PROTOBUF_LIBRARIES might get redundant value for debug and optimized configurations, e.g. 'optimized;/usr/lib/libprotobuf.so;debug;/usr/lib/libprotobuf.so' --- Modules/FindProtobuf.cmake | 39 +++ 1 file changed, 19

[cmake-developers] CMake Windows 10 Store App

2016-02-11 Thread Roman Wüger
Hello, I use CMAKE_SYSTEM_NAME:STRING=WindowsStore and CMAKE_SYSTEM_VERSION=10.0 to build an universal app. However, does CMake also support *.appxupload and such bundles? And if so, how? Thanks in advance Best regards Roman -- Powered by www.kitware.com Please keep messages on-topic and

[cmake-developers] [CMake 0015971]: CMake alias resolution appears to be inconsistently applied

2016-02-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15971 == Reported By:Marcus D. Hanwell Assigned To:

Re: [cmake-developers] [PATCH] Bug fix: Dylibs inside .framework folders fails in BundleUtilities.cmake.

2016-02-11 Thread Christian Askeland
The line is now tested in my build system, on three OS'es. Everything looks OK. New patch follows: The specific cause is when e.g. /Library/Frameworks/GStreamer.framework/Versions/1.0/lib/libgio-2.0.0.dylib is detected by fixup_bundle. BundleUtilities.cmake/set_bundle_key_values() interprets

[cmake-developers] 15954: Ninja generated superbuilds do not reinstall dependent projects

2016-02-11 Thread Taylor Braun-Jones
I'm curious about bug 15954[1]. I'm having the same issue and I'd expect that many others would be running to the issue too since the Ninja generator and the ExternalProjects module have become quite popular. Could I get confirmation that it's a real bug and a quick pointer on where to look to fix

Re: [cmake-developers] 15954: Ninja generated superbuilds do not reinstall dependent projects

2016-02-11 Thread Brad King
On 02/11/2016 03:35 PM, Taylor Braun-Jones wrote: > I'm curious about bug 15954[1]. I'm having the same issue and I'd expect > that many others would be running to the issue too since the Ninja > generator and the ExternalProjects module have become quite popular. > Could I get confirmation that

Re: [cmake-developers] CMake Windows 10 Store App

2016-02-11 Thread Gilles Khouzam
Hi Roman, The solution produced by CMake will be able to produce the appxupload bundle through Visual Studio. If you select your app project, in the build->Store menu you can create the app bundles. Are you looking to automate that? -Original Message- From: cmake-developers

[cmake-developers] [PATCH]: Fix compiler warnings (clang from trunk)

2016-02-11 Thread Tobias Hunger
Just a small patch to fix a couple of compiler warnings that drove me crazy. From 82f8ccb9afe7b07d42a772025498bb63f42f296c Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 11 Feb 2016 17:47:42 +0100 Subject: [PATCH 01/43] cmListFileCache: Fix warnings during build

Re: [cmake-developers] [PATCH]: Fix compiler warnings (clang from trunk)

2016-02-11 Thread Brad King
On 02/11/2016 12:01 PM, Tobias Hunger wrote: > Just a small patch to fix a couple of compiler warnings that drove me crazy. Thanks, applied: cmListFileCache: Fix warning about inconsistent use of class/struct https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1ea1df0 -Brad -- Powered by

[cmake-developers] [CMake 0015970]: CMake changes order of include directories when a directory is specified both as a SYSTEM and non-SYSTEM include

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