[cmake-developers] [CMake 0013054]: OBJECT library support in Extra generators

2012-03-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13054 == Reported By:Brad King Assigned To:

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-20 Thread Brad King
On 3/19/2012 5:17 PM, Alexander Neundorf wrote: On Monday 19 March 2012, Brad King wrote: Thanks. I rewrote the topic on the stage to clean up the history a little and rebase it on top of the rewritten version of the other find_package_set_FOUND_VariableInConfigFile topic. Hmm, I thought I

[cmake-developers] Coming right up: CMake 2.8.8-rc1

2012-03-20 Thread David Cole
Brad and I merged the latest commits on the ninja-generator branch and the object-library branch this morning. We plan to observe the green on the dashboards for the night in the Nightly 2.8 Release section, and . if all is well there, I will kick off the building of CMake 2.8.8-rc1 tomorrow.

[cmake-developers] [CMake 0013055]: CPACK_NSIS_MODIFY_PATH not properly interpolated in template

2012-03-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.gccxml.org/Bug/view.php?id=13055 == Reported By:plobsing Assigned To:

Re: [cmake-developers] Package Config files with COMPONENTS

2012-03-20 Thread Alexander Neundorf
On Tuesday 20 March 2012, Brad King wrote: On 3/19/2012 5:17 PM, Alexander Neundorf wrote: On Monday 19 March 2012, Brad King wrote: Thanks. I rewrote the topic on the stage to clean up the history a little and rebase it on top of the rewritten version of the other

Re: [cmake-developers] Coming right up: CMake 2.8.8-rc1

2012-03-20 Thread Alexander Neundorf
On Tuesday 20 March 2012, David Cole wrote: Brad and I merged the latest commits on the ninja-generator branch and the object-library branch this morning. We plan to observe the green on the dashboards for the night in the Nightly 2.8 Release section, and . if all is well there, I will

Re: [cmake-developers] 185 - CMakeOnly.AllFindModules (Failed)

2012-03-20 Thread David Cole
On Thu, Mar 8, 2012 at 5:33 PM, Rolf Eike Beer e...@sf-mail.de wrote: David Cole wrote: Eike, I've got a test machine setup where I'm using the latest Xcode 4.3 from Apple, and I'm getting output like this from the AllFindModules test:   CMake Error at CMakeLists.txt:52 (message):    

[cmake-developers] [CMake 0013056]: Enhance bash completion support

2012-03-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13056 == Reported By:Eric NOULARD Assigned To:

[CMake] how to add flags to static library cmdline?

2012-03-20 Thread Anton Sibilev
Hello! Does anyone know how to add flags to lib.exe ... ? IMy version is 2.8.7. There is no reference in docs.. Thanks! -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake

Re: [CMake] Working with Multiple Projects

2012-03-20 Thread Petr Kmoch
As far as I know, you can't have two CMake projects in the same directory. Move one of the CMakeLists.txt files to a different one - either create a sudirectory for the subproject, or create a separate directory for the top-level CMakeLists.txt. Note that there is no need for directories added

[CMake] Couple of library/link questions

2012-03-20 Thread Oliver Smith
I'm trying to make a CMakeLists for libevent, and had a couple of questions that would make it a bit cleaner: - Other than using a macro to do { add_executable(...) target_link_libraries(...) } is there a /clean/ way to make everything in a subdirectory automatically link a given library? -

Re: [CMake] Couple of library/link questions

2012-03-20 Thread Andreas Pakulat
On 20.03.12 14:01:31, Oliver Smith wrote: I'm trying to make a CMakeLists for libevent, and had a couple of questions that would make it a bit cleaner: - Other than using a macro to do { add_executable(...) target_link_libraries(...) } is there a /clean/ way to make everything in a

Re: [CMake] Couple of library/link questions

2012-03-20 Thread Jean-Christophe Fillion-Robin
Hi Olivier, Assuming you have not set the flag, BUILD_SHARED_LIBS [1] set to TRUE, I will consider you are building static libraries. If this last statement is valid, it seems your approach is the right one. I would also recommend you to read the following entry:

[Cmake-commits] CMake branch, master, updated. v2.8.7-724-gb06f7c0

2012-03-20 Thread David Cole
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, master has been updated via b06f7c077b15de1a2bf354b64092565d0e49d719 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-763-g31c0bc0

2012-03-20 Thread David Cole
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, master has been updated via 31c0bc021940420fcf383bde390c59beb2cd9b9c (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-765-gd69c2c5

2012-03-20 Thread David Cole
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, master has been updated via d69c2c582584efaa34aa6e2ffc5eb80bacef1324 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3297-gfb33cf9

2012-03-20 Thread David Cole
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 fb33cf9e8ec7ce98b4e4bc8a6f009383eb041587 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3300-g9c86ef6

2012-03-20 Thread Brad King
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 9c86ef64f25f7db4714deff37b7c4b41abc48757 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3302-g10310a6

2012-03-20 Thread Brad King
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 10310a62e06c075e713e03187d2d89c4b0e727fd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3304-g954a27c

2012-03-20 Thread Bill Hoffman
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 954a27c27832fda0e10826159c18ab08a3461346 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3307-gf65e72c

2012-03-20 Thread Brad King
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 f65e72c9794f4649ce6e0abe9882aba02bbeb6ad (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3314-g6da315f

2012-03-20 Thread Alexander Neundorf
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 6da315f20996c4a4f838269568af4c265f9cf04f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3316-ge93b9ff

2012-03-20 Thread David Cole
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 e93b9ffc78a129b0acc9f57d7a68d04711fdd1fa (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3318-g5afdc89

2012-03-20 Thread Alexander Neundorf
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 5afdc89dafe23e0ba24f46a6d4b5465dbdd8b569 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3320-g407d2b7

2012-03-20 Thread Alexander Neundorf
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 407d2b73fa3de19590943d025cec93ad7d352b6c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-3322-g31accb3

2012-03-20 Thread Eric Noulard
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 31accb307a7a6c76184468859062b6376b67323f (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-766-g45b2702

2012-03-20 Thread KWSys Robot
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, master has been updated via 45b27021e56845934e996f44739b87e330346dc5 (commit) from