[cmake-developers] [CMake 0014391]: CPack crashes when creating a debian package

2013-09-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14391 == Reported By:Tobe Deprez Assigned To:

Re: [CMake] Confusion with include() relativity

2013-09-06 Thread Andreas Pakulat
Hi, On Fri, Sep 6, 2013 at 12:26 AM, Robert Dailey rcdailey.li...@gmail.comwrote: I have an interesting structure for my code build scripts: root/ source/ CMakeLists.txt build/ CMakeLists.txt cmake/ common.cmake My root CMakeLists.txt is actually in

[CMake] How to install files produced by custom targets

2013-09-06 Thread Lucas Soltic
Hello, Considering that I have a custom target that outputs some libraries and these libraries were built using configure+make. The custom library is based on autotools. Configure + make are executed by a custom command in the custom target. Is it possible to add a CMake install rule that

Re: [CMake] How to install files produced by custom targets

2013-09-06 Thread Petr Kmoch
Hi Lucas, you could look into install(CODE ...) or its escaping-hell-avoiding brother, install(SCRIPT ...). The code/script could then be something like execute_process(COMMAND make install ...) or perhaps even execute_process(COMMAND ${CMAKE_BUILD_TOOL} install ...). Petr On Fri, Sep 6, 2013

Re: [CMake] How to install files produced by custom targets

2013-09-06 Thread Petr Kmoch
I just wanted to point out the existence of CMAKE_BUILD_TOOL, as it's related. In your case, however, you're probably better off hardcoding 'make'. It should actually be done the same way you run 'make' in your custom command creating the library. On Fri, Sep 6, 2013 at 2:08 PM, Lucas Soltic

Re: [CMake] CMAKE_LANG_OUTPUT_EXTENSION

2013-09-06 Thread Michael Wild
On Thu, Sep 5, 2013 at 8:22 AM, Michael Wild them...@gmail.com wrote: [snip long rant] Sorry, Alex. If had scrolled down a bit more in CMakeLANGInformation.cmake, I would have seen the hook variables CMAKE_USER_MAKE_RULES_OVERRIDE{,_LANG}. However, can I request that this be documented?

[CMake] cross-compilation bug with swig

2013-09-06 Thread xantares 09
Hi, There is an 1 year old unresolved bug (with patch!) with the detection of swig related to cross-compiling. The original bug report is here: http://www.cmake.org/Bug/view.php?id=13449 I filed the same bug report recently here by mistake: http://www.cmake.org/Bug/view.php?id=14359, I guess

[CMake] Fwd: How to install files produced by custom targets

2013-09-06 Thread Lucas Soltic
Woops wrong target email. So just so that anyone can read.. here it is: Début du message réexpédié : De : Lucas Soltic lucas.sol...@orange.fr Objet : Rép : [CMake] How to install files produced by custom targets Date : 6 septembre 2013 19:15:27 UTC+02:00 À : Petr Kmoch petr.km...@gmail.com

Re: [CMake] CMAKE_LANG_OUTPUT_EXTENSION

2013-09-06 Thread Robert Maynard
Both CMAKE_USER_MAKE_RULES_OVERRIDE{,_LANG} are both documented: http://cmake.org/cmake/help/v2.8.11/cmake.html#variable:CMAKE_USER_MAKE_RULES_OVERRIDE http://cmake.org/cmake/help/v2.8.11/cmake.html#variable:CMAKE_USER_MAKE_RULES_OVERRIDE_LANG If the documentation isn't sufficient, can you

[CMake] [RFC] cmake analog to AC_SEARCH_LIBS

2013-09-06 Thread Игорь Пашев
Hi, all. I'm using this macro to get AC_SEARCH_LIBS (from GNU autoconf) functionality with CMake. First of all, this macro searhes the function on libc, then, if not found, in the given libraries. It sets two variables: 1) boolean if function found 2) string - in which library (may be empty).

Re: [CMake] Confusion with include() relativity

2013-09-06 Thread Robert Dailey
If this is indeed the case I think the behavior should be modified to respect CMAKE_CURRENT_LIST_DIR. Because, the parent include() command hasn't completed until the nested include() commands have completed, and I think it's a huge limitation that nested include() commands are still referencing

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4091-g719bc22

2013-09-06 Thread Daniele E . Domenichelli
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 719bc22a69cccaba7a6d788cb98b68925e798f76 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-824-g7d2adde

2013-09-06 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 1d40099..3f191c1 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 11) -set(CMake_VERSION_TWEAK 20130906