[cmake-developers] [CPackDMG][Patch] Enable use of single license for multiple languages

2015-11-26 Thread Levermann, Simon
Hi, since license texts are often not translated into other languages, this patch enables the CPack DragnDrop generator to use a single license file for all languages instead of having to keep a copy of the same file around under multiple different names. Kind regards, Simon LevermannFrom

Re: [cmake-developers] [PATCH] Fix Resource directory structure for iOS Bundles (Framework and Application), and update documentation

2015-11-26 Thread Bartosz Kosiorek
Good Morning/Evening. I applied all post review comments. Feedback is much welcomed. Thanks in advance Bartosz -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Friday, November 20, 2015 3:17 PM To: Bartosz Kosiorek Cc: cmake-developers@cmake.org; Gregor Jasny

[cmake-developers] [CMake 0015864]: CMake can't always find git.exe in PATH element with quotation marks

2015-11-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15864 == Reported By:Arthur Klassen Assigned To:

[cmake-developers] [CMake 0015865]: Can't use /PDBALTPATH:%_PDB% in MSVC IDE generator due to CMake escaping percent signs

2015-11-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15865 == Reported By:temp4746 Assigned To:

[cmake-developers] Get the list of files that will be installed by CMake?

2015-11-26 Thread Robert Goulet
Hi all, Is there a way in CMake to get the list of files that are going to be installed when we use the install command? Some kind of CMAKE_INSTALL_FILES_LIST or something like that? We would need to get that list of files so we can add them as "Content" to our Windows 10 UWP project

[cmake-developers] [PATCH] Add NIOS2 CPU support

2015-11-26 Thread Marek Vasut
Add necessary bits to support the NIOS2 little-endian CPU. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Thomas Chou Cc: Walter Goossens --- Source/kwsys/CPU.h.in| 4 Utilities/KWIML/ABI.h.in | 4

Re: [cmake-developers] Get the list of files that will be installed by CMake?

2015-11-26 Thread J Decker
building the list of things to install and then using that list... the other way no. On Thu, Nov 26, 2015 at 11:33 AM, Robert Goulet wrote: > Hi all, > > > > Is there a way in CMake to get the list of files that are going to be > installed when we use the install