[cmake-developers] [PATCH] Qt4Macros generate resources with same file name

2015-11-23 Thread Joseph Shen
Dear CMake developers: Please view attached small patch that try to fix Qt4Macros generate resources with same file name error. Right now, in the CMake main branch, using cmake with Qt4 library add resources project can be done like this: qt4_add_resources(app_source_res res_a.qrc) qt4

Re: [cmake-developers] [PATCH] FindGLEW: Add hinting variable GLEW_ROOT

2015-11-23 Thread Brad King
On 11/22/2015 08:53 AM, Christoph GrĂ¼ninger wrote: > please find attached a small patch that introduces the hinting variable > GLEW_ROOT to FindGLEW.cmake. Thanks. However, generally we don't need project-specific _ROOT variables. The CMAKE_PREFIX_PATH variable allows users to add custom prefixe

Re: [cmake-developers] Patch for FindCUDA (crosscompilation for arm64)

2015-11-23 Thread Brad King
On 11/23/2015 09:34 AM, Szakaly, Alexander wrote: > I have attached a patch that fixes the issue. Thanks, applied: FindCUDA: Add paths for crosscompiling to aarch64 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae1003cd -Brad -- Powered by www.kitware.com Please keep messages on-topi

Re: [cmake-developers] [PATCH] Imported targets for XercesC

2015-11-23 Thread Brad King
On 11/20/2015 03:51 PM, Roger Leigh wrote: > No problem, I've done this in the attached patch. Thanks. Applied: FindXercesC: Add imported targets and unit test https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5dcc833b -Brad -- Powered by www.kitware.com Please keep messages on-topic an

[cmake-developers] [CMake 0015856]: CLEAN_NO_CUSTOM is not supported for the Ninja (and MSVC?) generators

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

Re: [cmake-developers] [CPackDMG][PATCH] Use documented variable names in code

2015-11-23 Thread Brad King
On 11/23/2015 06:54 AM, Levermann, Simon wrote: > in my previous patch to add multiple language support for SLAs in the > CPackDMG module, the documentation I added talks about using the > variable "CPACK_DMG_SLA_LANGUAGES", but the code itself uses > "CPACK_DMG_LANGUAGES". This patch fixes that di

Re: [cmake-developers] FW: [PATCH] CMake 3.4.0rc3 Apple documentation update

2015-11-23 Thread Brad King
On 11/20/2015 12:20 PM, Bartosz Kosiorek wrote: > Could you please give me an feedback regarding that documentation patch? Thanks. Applied with minor tweaks: Help: Update documentation to reflect support for iOS https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d74c870 -Brad -- Powered

[cmake-developers] Patch for FindCUDA (crosscompilation for arm64)

2015-11-23 Thread Szakaly, Alexander
Hi, At my work we are using cmake for crosscompiling cuda-stuff for arm64 and the current FindCUDA-module has problems finding the cuda-libraries. I have attached a patch that fixes the issue. It is based on master and formatted with git format-patch so should be possible to apply. Please let me

[cmake-developers] [CPackDMG][PATCH] Use documented variable names in code

2015-11-23 Thread Levermann, Simon
Hi, in my previous patch to add multiple language support for SLAs in the CPackDMG module, the documentation I added talks about using the variable "CPACK_DMG_SLA_LANGUAGES", but the code itself uses "CPACK_DMG_LANGUAGES". This patch fixes that discrepancy and uses the documented variable "CPACK_D