[cmake-developers] [CMake 0015231]: find_package: should be a simple way to alter the order of the config/module lookups

2015-04-16 Thread Tamás Kenéz
The https://public.kitware.com/Bug/view.php?id=15231 feature request proposes a new feature to make find_package to attempt CONFIG mode first. On 10/31/2014 01:30 PM, Brad King wrote: I think the main challenge will be how to format error messages when neither mode finds anything for a

[cmake-developers] [CMake 0015516]: Wix with CPACK_PROJECT_CONFIG_FILE = wrong file name.

2015-04-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15516 == Reported By:Dorian Assigned To:

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Raffi Enficiaud
Le 09/03/11 14:29, Mantis Bug Tracker a écrit : The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11944 == Reported By:

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Domen Vrankar
I was wondering if this issue has been addressed so far. As far as I can tell from the bug report I don't think so... If it doesn't work in CMake 3.2 then it definitely wasn't. If the maintainer of the CPackDeb agrees, I can try to resolve this. Go ahead. Could you also provide some automated

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Raffi Enficiaud
Le 16/04/15 14:55, Domen Vrankar a écrit : I was wondering if this issue has been addressed so far. As far as I can tell from the bug report I don't think so... If it doesn't work in CMake 3.2 then it definitely wasn't. I confirm this does not work with 3.2. I also would like to disable

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-16 Thread Geoffrey Viola
Currently the test you created is the *only* test for the generator. Anything not covered in that test will not be known to work. We either need to figure out how to run more of the CMake test suite (without adding GHS-specific content to the other tests), or more of the tests need to be

[cmake-developers] [CMake 0015517]: documentation should give introducing version

2015-04-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15517 == Reported By:legalize Assigned To:

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Raffi Enficiaud
Le 16/04/15 15:54, Raffi Enficiaud a écrit : Le 16/04/15 14:55, Domen Vrankar a écrit : I was wondering if this issue has been addressed so far. As far as I can tell from the bug report I don't think so... If it doesn't work in CMake 3.2 then it definitely wasn't. I confirm this does not

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Raffi Enficiaud
Le 16/04/15 16:45, Raffi Enficiaud a écrit : Le 16/04/15 15:54, Raffi Enficiaud a écrit : Le 16/04/15 14:55, Domen Vrankar a écrit : I was wondering if this issue has been addressed so far. As far as I can tell from the bug report I don't think so... If it doesn't work in CMake 3.2 then it

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Domen Vrankar
I confirm this does not work with 3.2. I also would like to disable CPACK_DEBIAN_PACKAGE_SHLIBDEPS on some of the components (dpkg-shlibdeps complains right now for eg. packages containing only documentation). Fine with me as long as you provide the tests. Ok, it was a good excercise to

Re: [cmake-developers] Visual Studio dependencies bug work-around

2015-04-16 Thread Robert Goulet
Ok. We actually wanted to launch our builds using CMake, since that was pretty convenient. I'd like to find a work-around to this... perhaps enabling the INSTALL project in the solution. Would it make sense, in your opinion, to have a cmake variable that once set, will add the INSTALL project

Re: [cmake-developers] Visual Studio dependencies bug work-around

2015-04-16 Thread Brad King
On 04/16/2015 10:00 AM, Robert Goulet wrote: We actually wanted to launch our builds using CMake, If you point CMAKE_MAKE_PROGRAM at devenv explicitly then cmake --build will honor it. cmake variable that once set, will add the INSTALL project in the solution This is essentially the opposite

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Brad King
On 04/16/2015 04:19 PM, Domen Vrankar wrote: I've pushed the patch with minor changes to next. http://www.cmake.org/gitweb?p=cmake.git;h=0779b679 Thanks. The fixup! mark is useful only during incremental development of an open topic. Once a commit is in 'master' then it should be explicitly

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-16 Thread Brad King
On 04/16/2015 10:03 AM, Geoffrey Viola wrote: I changed the tag on the library project file Applied, thanks: GHS: changed library project structure http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d19a3ec8 -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-04-16 Thread Domen Vrankar
In the member function cmCPackGenerator::WantsComponentInstallation, apparently it is required that groups AND components exist to have the component install: https://github.com/Kitware/CMake/blob/master/Source/CPack/cmCPackGenerator.cxx#L1505 If I change the line to

[cmake-developers] [PATCH] ExternalProject_Add: Allow generator expressions in CMAKE_CACHE_ARGS

2015-04-16 Thread Andrey Pokrovskiy
In current implementation of ExternalProject_Add generator expressions are supported in CMAKE_ARGS (probably by coincidence), but not in CMAKE_CACHE_ARGS. This patch will enable generators expressions in CMAKE_CACHE_ARGS. Use case: set(LIBEV_LIBRARIES $TARGET_FILE:ev) ExternalProject_Add( ...

[cmake-developers] new cpack tests

2015-04-16 Thread Domen Vrankar
Hi all, In the past few months some additional semantic checks were added into CPackComponentsForAll test - in particularly into IgnoreGroup test. Now it's becoming harder to add new tests there as each test requires somewhat different package content and variable settings. It is also getting