[cmake-developers] bug in cmake 2.8.8?

2012-04-26 Thread Bill Hoffman
Anyone have any ideas what this bug is from: https://bbs.archlinux.org/viewtopic.php?pid=1092231 -Bill -- 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 FAQ at:

Re: [cmake-developers] bug in cmake 2.8.8?

2012-04-26 Thread David Cole
Being able to reproduce it and then using git bisect would pinpoint the exact commit responsible. Can we reproduce it on one of our systems? However: this (commit c91a54db) seems like a behavior-changing commit. But if this is the source of it, then 2.8.7 is incorrectly allowing the configure to

Re: [cmake-developers] bug in cmake 2.8.8?

2012-04-26 Thread Rolf Eike Beer
Anyone have any ideas what this bug is from: https://bbs.archlinux.org/viewtopic.php?pid=1092231 I bet it's this: http://cmake.org/Bug/view.php?id=13125 Eike -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [cmake-developers] bug in cmake 2.8.8?

2012-04-26 Thread Brad King
On 4/26/2012 8:25 AM, Bill Hoffman wrote: Anyone have any ideas what this bug is from: https://bbs.archlinux.org/viewtopic.php?pid=1092231 Related: https://bugs.launchpad.net/compiz-plugins-main/+bug/987805 I don't know how FindCompiz.cmake ends up in the CMake modules directory on their

Re: [cmake-developers] bug in cmake 2.8.8?

2012-04-26 Thread Eric Noulard
2012/4/26 Brad King brad.k...@kitware.com: On 4/26/2012 8:25 AM, Bill Hoffman wrote: Anyone have any ideas what this bug is from: https://bbs.archlinux.org/viewtopic.php?pid=1092231 Related:  https://bugs.launchpad.net/compiz-plugins-main/+bug/987805 I don't know how FindCompiz.cmake

[cmake-developers] [CMake 0013171]: Default target LINKER_LANGUAGE un-gettable.

2012-04-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13171 == Reported By:bungeman Assigned To:

[CMake] Calling install() from parent directory

2012-04-26 Thread Petr Kmoch
Hi all, I have a rather complex setup with multiple subdirectories under one top-level CMakeLists.txt file. I need to install some targets defined in subdirectories, but the destination of the install is not known at the time the subdirectory is processed (it potentially depends on stuff which

[CMake] CPack : Executing post install script (portable way)

2012-04-26 Thread Nicholas Yue
Hi, What is the proper way to execute a post install script in NSIS, PackageMaker and sh-archive ? From reading the http://www.vtk.org/Wiki/CMake:CPackPackageGenerators, it seems different package generator has different ways. My immediate need is to run a batch script for NSIS at a known

Re: [CMake] CPack : Executing post install script (portable way)

2012-04-26 Thread Eric Noulard
2012/4/26 Nicholas Yue yue.nicho...@gmail.com: Hi,  What is the proper way to execute a post install script in NSIS, PackageMaker and sh-archive ? Currently there is no way to do that. And I'd say that portable package install time script execution is not easy at all. When the package is

Re: [CMake] Calling install() from parent directory

2012-04-26 Thread Petr Kmoch
This is unfortunately not possible. In a nutshell, my setup is as follows: ## top_level/CMakeLists.txt: set_property(GLOBAL PROPERTY my_project_list ${variable_defined_on_command_line}) get_property(projects GLOBAL PROPERTY my_project_list) while(projects) set_property(GLOBAL PROPERTY

Re: [CMake] Zero coverage being reported on gcc/Linux builds.

2012-04-26 Thread Kent Williams
I've verified that the gdca files are there. And it displays coverage on CDash -- indicating coverage reports are being pushed to the CDash server -- but reports zero coverage. I am using a SuperBuild/ExternalProject build system but for the purposes of dashboards, I do the top level build, then

[CMake] Headers don't install on Mac OS X (mysql-connector-c)

2012-04-26 Thread Braden McDaniel
I'm building mysql-connector-c-6.0.2, which uses cmake, on Mac OS X 10.7.3 using MacPorts cmake 2.8.7. I have found that make install does not actually install the project's header files. When I tried to reproduce this on Linux (Fedora 16), it worked just fine; so it looks like this is a

[CMake] What CMake release introduced VERSION_LESS/EQUAL/GREATER

2012-04-26 Thread Bill Lorensen
The subject says it all. -- 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 FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe:

Re: [CMake] Headers don't install on Mac OS X (mysql-connector-c)

2012-04-26 Thread Eric Noulard
2012/4/26 Braden McDaniel bra...@endoframe.com: I'm building mysql-connector-c-6.0.2, which uses cmake, on Mac OS X 10.7.3 using MacPorts cmake 2.8.7.  I have found that make install does not actually install the project's header files. When I tried to reproduce this on Linux (Fedora 16), it

Re: [CMake] What CMake release introduced VERSION_LESS/EQUAL/GREATER

2012-04-26 Thread Eric Noulard
2012/4/26 Bill Lorensen bill.loren...@gmail.com: The subject says it all. http://www.cmake.org/Wiki/CMake_Version_Compatibility_Matrix or as an alternative since: commit 4fa96dbf95bb3689fb1c3283c38713ec5275f262 Author: Brad King brad.k...@kitware.com Date: Wed Sep 10 11:58:40 2008 -0400

Re: [CMake] Headers don't install on Mac OS X (mysql-connector-c)

2012-04-26 Thread Braden McDaniel
On 4/26/12 2:45 PM, Eric Noulard wrote: 2012/4/26 Braden McDanielbra...@endoframe.com: I'm building mysql-connector-c-6.0.2, which uses cmake, on Mac OS X 10.7.3 using MacPorts cmake 2.8.7. I have found that make install does not actually install the project's header files. When I tried to

[Cmake-commits] CMake branch, master, updated. v2.8.8-84-ga7d0fb1

2012-04-26 Thread Kitware Robot
) +SET(CMake_VERSION_TWEAK 20120426) #SET(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- CMake

[Cmake-commits] CMake branch, next, updated. v2.8.8-2712-g198bb9d

2012-04-26 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 198bb9d1e7702cf4a22d9e65aeda1ec83ad6e92f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2714-gf661b99

2012-04-26 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 f661b99a80b69b787815b274c3c2206a571b996b (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2717-g5d477bd

2012-04-26 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 5d477bdb30934561b3a8eadd35c525903f7aceab (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2720-g1c80fc1

2012-04-26 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 1c80fc164a17d8e0ee53a9c0a3fb3278bd610db7 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2723-gcffb9da

2012-04-26 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 cffb9da3723bd81e37bb5bf18f21aa7b44951417 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2731-gf9ff566

2012-04-26 Thread Rolf Eike Beer
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 f9ff5661989ad6364672dbe232175d99be149f22 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-2733-g1464e43

2012-04-26 Thread Rolf Eike Beer
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 1464e43554b942ecacaff46b48712854d95c5d7a (commit) via