Re: [cmake-developers] Review request: FindQt4-nonfatal-if-Qt5-found

2012-10-24 Thread Stephen Kelly
David Cole wrote: On Tue, Oct 23, 2012 at 11:43 AM, Clinton Stimpson wrote: It looks like that branch removes the error if find_package(Qt4 REQUIRED) doesn't find Qt 4.x. No? Yes. The intention was to find a way for CMake to continue to look for Qt 4 if it finds Qt 5 first. That doesn't

[cmake-developers] [CMake 0013604]: wrong behavior editing field in column 0

2012-10-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13604 == Reported By:mwoehlke Assigned To:

[cmake-developers] rpm/deb component issue

2012-10-24 Thread Clinton Stimpson
I have a problem with the rpm deb cpack generators. I've set the following: set(CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE 1) set(CPACK_DEB_COMPONENT_INSTALL 1) set(CPACK_RPM_COMPONENT_INSTALL 1) I get this implementation detail string ALL_COMPONENTS_IN_ONE being put in the package name (that is

Re: [cmake-developers] CMake 2.8.10-rc2 ready for testing!

2012-10-24 Thread Matthew Woehlke
On 2012-10-19 10:25, David Cole wrote: [...] Please try this version of CMake on your projects and report any issues to the list or the bug tracker. This release candidate will become the final release for 2.8.10 by the end of October unless somebody finds and reports a serious issue that needs

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Clinton Stimpson
On Wednesday, October 24, 2012 11:59:52 AM Clinton Stimpson wrote: I have a problem with the rpm deb cpack generators. I've set the following: set(CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE 1) set(CPACK_DEB_COMPONENT_INSTALL 1) set(CPACK_RPM_COMPONENT_INSTALL 1) I get this implementation

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Eric Noulard
2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 11:59:52 AM Clinton Stimpson wrote: I have a problem with the rpm deb cpack generators. I've set the following: set(CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE 1) set(CPACK_DEB_COMPONENT_INSTALL 1)

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Clinton Stimpson
On Wednesday, October 24, 2012 09:27:38 PM Eric Noulard wrote: 2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 11:59:52 AM Clinton Stimpson wrote: I have a problem with the rpm deb cpack generators. I've set the following:

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Eric Noulard
2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 09:27:38 PM Eric Noulard wrote: 2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 11:59:52 AM Clinton Stimpson wrote: I have a problem with the rpm deb cpack generators. I've

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Clinton Stimpson
On Wednesday, October 24, 2012 10:08:29 PM Eric Noulard wrote: 2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 09:27:38 PM Eric Noulard wrote: 2012/10/24 Clinton Stimpson clin...@elemtech.com: On Wednesday, October 24, 2012 11:59:52 AM Clinton Stimpson

Re: [cmake-developers] rpm/deb component issue

2012-10-24 Thread Eric Noulard
2012/10/24 Clinton Stimpson clin...@elemtech.com: Looks good, I'll give it a more thorough look test tomorrow or the day after. Ok thanks. I'll go ahead and put in on stage then. Also, when I run the tests, CPackComponents fails for me, and its because I don't have nsis installed on this

[cmake-developers] CMake 2.8.10-rc3 ready for testing!

2012-10-24 Thread David Cole
The CMake 2.8.10 release candidate stream continues! This is the last RC unless somebody finds a critical, must-fix issue with it. You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available as blog posts:

Re: [cmake-developers] CMake 2.8.10-rc3 ready for testing!

2012-10-24 Thread Shlomi Fish
Hi all, thanks for your work on CMake. On Wed, 24 Oct 2012 16:39:07 -0400 David Cole david.c...@kitware.com wrote: The CMake 2.8.10 release candidate stream continues! This is the last RC unless somebody finds a critical, must-fix issue with it. You can find the source and binaries here:

[cmake-developers] [CMake 0013605]: Add vax to supported platforms

2012-10-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13605 == Reported By:Thomas Klausner Assigned To:

Re: [cmake-developers] CMake 2.8.10-rc3 ready for testing!

2012-10-24 Thread David Cole
Instead of make test, please run ctest -VV -R CheckSourceTree and send the output. It probably just means you have some local mods to your source tree, or an untracked file is present. On Wed, Oct 24, 2012 at 5:53 PM, Shlomi Fish shlo...@shlomifish.org wrote: Hi all, thanks for your work on

[CMake] CMake Installerproject with NSIS

2012-10-24 Thread Lodron, Gerald
Hi I am trying to make my first installer of my already working cmake application but I have the problem that no output is done by CMake. I have installed NSIS, whereby my CMake flags in GUI are: CPACK_BINARY_NSIS is true, CPACK_BINARY_ZIP is false and CPACK_SOURCE_ZIP is true My CMake script

[CMake] WG: CMake Installerproject with NSIS

2012-10-24 Thread Lodron, Gerald
Sorry, i found the PACKAGE project now Von: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] Im Auftrag von Lodron, Gerald Gesendet: Mittwoch, 24. Oktober 2012 07:54 An: CMake (cmake@cmake.org) Betreff: [CMake] CMake Installerproject with NSIS Hi I am trying to make my first installer

Re: [CMake] CMake Installerproject with NSIS

2012-10-24 Thread Eric Noulard
2012/10/24 Lodron, Gerald gerald.lod...@joanneum.at: Hi I am trying to make my first installer of my already working cmake application but I have the problem that no output is done by CMake. I have installed NSIS, whereby my CMake flags in GUI are: CPACK_BINARY_NSIS is true, CPACK_BINARY_ZIP

[CMake] (no subject)

2012-10-24 Thread Nico Schlömer
Hi all, I'd like to create a shared library that uses another toolkit Foobar, so within the main CMakeLists.txt I write TARGET_LINK_LIBRARIES(mylib ${Foobar_LIBRARIES}) to avoid undefined symbols (I link with -Wl,-no-undefined). ${Foobar_LIBRARIES} consists of {foobarA;foobarB;foobarC}. This

[CMake] FindPackage(Ruby) on Ubuntu LTS

2012-10-24 Thread Chris
Hio, I have some problems with the CMake-Module findRuby.cmake with using ruby1.8 and ruby1.9 on Ubuntu 12.04 LTS (via apt). I'm not sure, but i guess it worked some month ago and its maybe broken due to an update (or i missed some important aspect in my setup) A simple find_package(Ruby)

[CMake] how to find current Windows build configuration?

2012-10-24 Thread Kent Williams
On platforms other than Windows, the build type is a single value stored in CMAKE_BUILD_TYPE, and can be accessed if you want your build to different things in Debug, Release, etc modes. On Windows with Visual Studio, there's a variable CMAKE_CONFIGURATION_TYPE that is a list of the builds that

Re: [CMake] how to find current Windows build configuration?

2012-10-24 Thread Petr Kmoch
Hi Kent. As you say, there is no current build type in Visual Studio; that depends on what the user selects in the combo box. If you only need this information at build time, you can use the generator expression $CONFIGURATION for this purpose. See the documentation of add_custom_command(); I

Re: [CMake] Relink to shared libs

2012-10-24 Thread DavidAllen
I agree with Leif Walsh I am currently looking at replacing my unix makefile (linux+gmake, solaris+make/gmake) and Windows VS projects, with cmake. For the makefiles I get gcc to output dependency files based on header file usage, using gcc options -MM -MF -MP -MT. This has worked really

Re: [CMake] Relink to shared libs

2012-10-24 Thread Leif Walsh
David, I have had some build time success by adopting the ninja generator. It's got some dependency issues but it's workable, and though it doesn't solve the relinking issue, it does make builds generally a lot faster. Sent from my iPhone On Oct 24, 2012, at 10:35, DavidAllen

Re: [CMake] FindPackage(Ruby) on Ubuntu LTS

2012-10-24 Thread David Cole
On Wed, Oct 24, 2012 at 9:36 AM, Chris ruu...@googlemail.com wrote: Hio, I have some problems with the CMake-Module findRuby.cmake with using ruby1.8 and ruby1.9 on Ubuntu 12.04 LTS (via apt). I'm not sure, but i guess it worked some month ago and its maybe broken due to an update (or i

Re: [CMake] FindPackage(Ruby) on Ubuntu LTS

2012-10-24 Thread David Cole
On Wed, Oct 24, 2012 at 11:57 AM, David Cole david.c...@kitware.com wrote: On Wed, Oct 24, 2012 at 9:36 AM, Chris ruu...@googlemail.com wrote: Hio, I have some problems with the CMake-Module findRuby.cmake with using ruby1.8 and ruby1.9 on Ubuntu 12.04 LTS (via apt). I'm not sure, but i

Re: [CMake] FindPackage(Ruby) on Ubuntu LTS

2012-10-24 Thread Chris Müller
Am 24.10.2012 17:58, schrieb David Cole: On Wed, Oct 24, 2012 at 11:57 AM, David Cole david.c...@kitware.com wrote: The following 5 commits were merged to 'master' for FindRuby.cmake *after* CMake 2.8.7, and probably fix the problem you're seeing. Can you try with 2.8.8 or later? I'll check

Re: [CMake] FindPackage(Ruby) on Ubuntu LTS

2012-10-24 Thread Chris Müller
Am 24.10.2012 17:57, schrieb David Cole: The following 5 commits were merged to 'master' for FindRuby.cmake *after* CMake 2.8.7, and probably fix the problem you're seeing. Can you try with 2.8.8 or later? I've build CMake 2.8.9 directly from the sources and it works here for a simple

[CMake] CMake 2.8.10-rc3 ready for testing!

2012-10-24 Thread David Cole
The CMake 2.8.10 release candidate stream continues! This is the last RC unless somebody finds a critical, must-fix issue with it. You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available as blog posts:

Re: [CMake] Automatic building app version if any one of the dependency is changed.

2012-10-24 Thread Matthew Woehlke
On 2012-10-17 15:24, Vivek Goel wrote: Using CMake I am generating a common version file. version.h which contains current svn version of source code. In all application main.c I am including this file. Now every application is depending on this version.h and everything got rebuild. I want to

[CMake] Adding to RUN_TESTS target

2012-10-24 Thread Robert Dailey
Can I extend RUN_TESTS to execute more tests of my choosing? RUN_TESTS will only execute tests defined in the directory of the project I opened or below. I want to add some tests to it that are created prior to that project. -- Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] Adding to RUN_TESTS target

2012-10-24 Thread David Cole
The ctest command that is run by RUN_TESTS is not extensible at the moment. However, you can use add_custom_target to make your own test target (just don't name it test or RUN_TESTS... ;-) which can do whatever you want. HTH, David On Wed, Oct 24, 2012 at 5:44 PM, Robert Dailey

Re: [CMake] Adding to RUN_TESTS target

2012-10-24 Thread Robert Dailey
Thanks David. I don't mind creating a custom target for this, but I'm not sure how to invoke CTest manually with the tests in question. What commands would I run? On Wed, Oct 24, 2012 at 6:15 PM, David Cole david.c...@kitware.com wrote: The ctest command that is run by RUN_TESTS is not

Re: [CMake] Adding to RUN_TESTS target

2012-10-24 Thread Matthew Woehlke
(re-send to list) On 2012-10-24 17:44, Robert Dailey wrote: Can I extend RUN_TESTS to execute more tests of my choosing? RUN_TESTS will only execute tests defined in the directory of the project I opened or below. I want to add some tests to it that are created prior to that project. --

[Cmake-commits] CMake branch, release, updated. v2.8.9-598-g52cd8e8

2012-10-24 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, release has been updated via 52cd8e83d4c7dfefec2058e7afd3523cfa572ce9 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.9-1198-g52f669a

2012-10-24 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 52f669adb298c1584871e2de61e5dc5faef9e8d5 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.9-1201-g8f903ca

2012-10-24 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 8f903ca241e6e538243ade69dddba1b228841b68 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.9-1204-gd102dcb

2012-10-24 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 d102dcba4b7e801559e9b92089cf0db2b649da41 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.9-1206-gd3328cb

2012-10-24 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 d3328cb775dbbbe63722accd2625b53a83702086 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.9-594-g259cff9

2012-10-24 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 33d1411..467a73e 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 9) -set(CMake_VERSION_TWEAK 20121024