[cmake-developers] [PATCH] Setting default user, group and permissions for CPackRPM

2015-01-12 Thread Domen Vrankar
Hi all, I wrote a patch for http://www.cmake.org/Bug/view.php?id=14714 which add support for defining RPM package default user, group, file permissions and directory permissions (default file and dir permissions accept the same values that are defined for install command PERMISSIONS without SETUID

Re: [cmake-developers] Improving the version selection behavior of EXACT

2015-01-12 Thread Ben Boeckel
On Mon, Jan 12, 2015 at 11:40:19 -0500, Matthew Woehlke wrote: > Anyway, your regex is overcomplicated; I'd think it would be just > '^2[.]1([.]|$)'. (I'd be a little hesitant to allow '2.1a' to match > '2.1'... is that '2.1 alpha' or 'release "a" after 2.1'? Depends on whether it's a "normal" pro

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-12 Thread Brad King
On 1/12/2015 12:39 PM, Robert Goulet wrote: > the generated line in the .vcxproj file looks correct : > > android;dl;EGL;GLESv3;OpenSLES;-Wl,--start-group;libfoo.a;libbar.a;-Wl,--end-group > > So now I am guessing the problem is in the glue that adds support of Android > to the VS IDE? > Where i

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-12 Thread Robert Goulet
Unfortunately I cannot do that, but I can tell you that the generated line in the .vcxproj file looks correct : android;dl;EGL;GLESv3;OpenSLES;-Wl,--start-group;libfoo.a;libbar.a;-Wl,--end-group So now I am guessing the problem is in the glue that adds support of Android to the VS IDE? Where is

Re: [cmake-developers] Improving the version selection behavior of EXACT

2015-01-12 Thread Matthew Woehlke
On 2015-01-09 14:18, Rolf Eike Beer wrote: > Matthew Woehlke wrote: >> On 2014-10-03 03:35, Rolf Eike Beer wrote: >>> find_package(foo 2.0 EXACT) means EXACT, i.e. only "2.0" is allowed.. In >>> most cases this behavior is not the one that one would expect or need. >>> Most people would instead all

Re: [cmake-developers] [PATCH][CPack][RPM] multiple path relocation prefixes

2015-01-12 Thread Domen Vrankar
> I'm not familiar with the corresponding use case. Please explain > how "multiple relocation paths" works in general with RPM tools. In RPM packages you can specify multiple "Prefix:" sections and during installation you have multiple options: use "--prefix " during installation: this will take

Re: [cmake-developers] Which binaries should be required in FindLATEX?

2015-01-12 Thread Brad King
On 1/10/2015 4:03 PM, Christoph Grüninger wrote: > The link does not work and I couldn't find the commit in next. Can you > double check whether you pushed it? Oops, thanks. I pushed it to our staging repo but never merged to 'next'. Done now, along with the below. > Additionally I attached pat

Re: [cmake-developers] [PATCH] Source file AUTOUIC_OPTIONS were not being set

2015-01-12 Thread Brad King
Hi Justin, Thanks. This was a regression in 3.1.0. Applied: QtAutoUic: Restore source file AUTOUIC_OPTIONS settings http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c585699 Steve also added the missing test case: QtAutoUic: Add a test for the regression in the parent commit. http://cma

Re: [cmake-developers] patch to fix installed size for cpack PackageMaker generator

2015-01-12 Thread Brad King
On 12/26/2014 12:55 PM, Calin Cascaval wrote: > The patch is attached. I tested it with a few settings (10.4, 10.5, and > 10.10) on a 10.9.5 system. Unfortunately I don’t have a 10.10 machine, > however, the package built with a 10.10 option looks good. Applied, thanks: CPack: Fix PackageMaker i

Re: [cmake-developers] [PATCH] Retrieve Xcode CompilerId via static libraries

2015-01-12 Thread Brad King
Hi Gregor, Thanks for working on this. Unfortunately it is a bit complex. On 1/11/2015 2:25 PM, Gregor Jasny wrote: > The current approach to determine the CompilerId via > an XCTest bundle on iOS requires a valid code sign identity. All the subsequent try_compile calls, including ABI detection

Re: [cmake-developers] [PATCH] FindRuby: Fix output check in _RUBY_CONFIG_VAR

2015-01-12 Thread Brad King
On 12/29/2014 12:02 PM, Evangelos Foutras wrote: > This patch fixes the output check to explicitly look for an empty string > before using the fallback query method. (Someone more familiar with Ruby > might be able to deem the fallback as unnecessary and fully remove it.) Thanks. Applied: FindR

Re: [cmake-developers] [PATCH] Document find_package CMAKE_FIND_PACKAGE_NAME variable

2015-01-12 Thread Brad King
On 1/10/2015 2:41 PM, Gregor Jasny wrote: > Signed-off-by: Gregor Jasny Thanks. Applied: find_package: Document CMAKE_FIND_PACKAGE_NAME variable http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8abd258 I also added a dedicated document for it: Help: Document CMAKE_FIND_PACKAGE_NAME vari

Re: [cmake-developers] [PATCH][CPack][RPM] multiple path relocation prefixes

2015-01-12 Thread Brad King
On 12/30/2014 8:03 PM, Domen Vrankar wrote: > Could somebody please review the topic rpm_multi_prefix. > > http://www.cmake.org/gitweb?p=stage/cmake.git;a=commit;h=c908ba3707fcf8cf43df0c5cd90f8ea6d98d7c29 > > Patch adds support for multiple relocation paths per RPM package. > For relocation paths

Re: [cmake-developers] FindGit and GitHub for Windows (was: Greetings!)

2015-01-12 Thread Brad King
On 1/1/2015 9:09 AM, Yong Piao wrote: > I also have an idea for the existing FindGit module. I came across this > idea because I am currently using batch script to locate the portable > Git contained in GitHub for Windows and have found it working very > consistently. I think it would be great to a

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-12 Thread Brad King
On 1/9/2015 4:28 PM, Robert Goulet wrote: > I realize the cmake documentation says that everything that starts with > "-" should be treated as other linker flags, so I wonder, perhaps it's a > new bug, or maybe just with a specific generator? In this case I am > using the new NVidia NSight Android

[cmake-developers] [CMake 0015345]: FindRuby: Problem with "find_package(Ruby 2.0)"

2015-01-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15345 == Reported By:David Coppa Assigned To: