[Cmake-commits] CMake branch, master, updated. v2.8.10-41-ge2006ce

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2006ce5a9a0e8d914cd2930618d587b5bf1a30b commit e2006ce5a9a0e8d914cd2930618d587b5bf1a30b Merge: e7af22f 4374441 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:35:05 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.10-43-g4129397

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4129397b8e6778426d1ffe4193cbf1c5fe4f499b commit 4129397b8e6778426d1ffe4193cbf1c5fe4f499b Merge: e2006ce e496c54 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:35:17 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.10-45-g99c95d5

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=99c95d5e1a29c33c3e138e6299554b6b7fef6b44 commit 99c95d5e1a29c33c3e138e6299554b6b7fef6b44 Merge: 4129397 854369f Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:35:31 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.10-658-g28ce089

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=28ce08920de4bc0c04826935c297f17b4004 commit 28ce08920de4bc0c04826935c297f17b4004 Merge: 3a39804 99c95d5 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:36:43 2012 -0400

[Cmake-commits] CMake branch, next, updated. v2.8.10-662-g567a280

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=567a280cdbcd323b3652fa0313367367f58b8c62 commit 567a280cdbcd323b3652fa0313367367f58b8c62 Merge: 2b4f3d8 d7de641 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:43:14 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.10-664-gdf1c5dc

2012-10-31 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=df1c5dcc3c9630d7d39276d917e8a89dcef9ab41 commit df1c5dcc3c9630d7d39276d917e8a89dcef9ab41 Merge: 567a280 9998321 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 31 16:43:33 2012 -0400 Commit: CMake Topic Stage

Re: [cmake-developers] regex replace bug?

2012-10-30 Thread David Cole
On Tue, Oct 30, 2012 at 5:45 PM, Matthew Woehlke matthew.woeh...@kitware.com wrote: While writing a command to invoke asciidoc, I thought I would use this little regex replace to get the output file name: string(REGEX REPLACE ([.][^.]+)?$ .html BAR ${FOO}) However, CMake is throwing this

Re: [CMake] JOM Makefile generation issue

2012-10-30 Thread David Cole
On Tue, Oct 30, 2012 at 11:24 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On 10/30/2012 10:54 AM, Laszlo Papp wrote: I am trying to replace a Windows batch script with a python variant, but I am getting some issues when calling cmake as a subprocess: CMake Error: Could not create named

Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-29 Thread David Cole
On Sat, Oct 27, 2012 at 4:25 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2012-10-24 16:39-0400 David Cole 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. As you know I have been distracted

Re: [cmake-developers] Regression in language support infrastructure for CMake 2.8.10-rc3

2012-10-29 Thread David Cole
On Mon, Oct 29, 2012 at 4:36 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2012-10-29 13:16-0400 David Cole wrote: The bottom line is: we changed where the output files of an enable_language call go to make them exact-version-of-CMake-specific. Anybody who was depending

Re: [CMake] CPack issue with long path names being misplaced in TGZ file

2012-10-27 Thread David Cole
On Fri, Oct 26, 2012 at 7:45 PM, Eric Noulard eric.noul...@gmail.com wrote: 2012/10/27 Marcus Bartholomeu cm...@tecativa.com.br: I'm VERY sorry to bug you guys! I just realized that this is an issue with the midnight commander. It is not reading inside tarballs correctly. But CPack is

Re: [CMake] Adding to RUN_TESTS target

2012-10-27 Thread David Cole
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 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

Re: [CMake] [PATCH] Optionally skip link dependencies on shared library files

2012-10-26 Thread David Cole
On Fri, Oct 26, 2012 at 11:22 AM, Leif Walsh leif.wa...@gmail.com wrote: Sounds good, I'll send a patch soon. Sent from my iPhone On Oct 26, 2012, at 11:13, Brad King brad.k...@kitware.com wrote: On 10/26/2012 10:39 AM, Leif Walsh wrote: Sure thing. Can you let me know where to find an

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

2012-10-25 Thread David Cole
, Oct 25, 2012 at 3:07 AM, Shlomi Fish shlo...@shlomifish.org wrote: On Wed, 24 Oct 2012 19:16:39 -0400 David Cole david.c...@kitware.com wrote: 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

[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 David Cole
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: http://www.cmake.org/files/v2.8

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

[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] 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

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

2012-10-24 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=52cd8e83d4c7dfefec2058e7afd3523cfa572ce9 commit 52cd8e83d4c7dfefec2058e7afd3523cfa572ce9 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 24 11:43:00 2012 -0400 Commit: David Cole david.c...@kitware.com CommitDate: Wed Oct 24 11:43

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

2012-10-23 Thread David Cole
On Tue, Oct 23, 2012 at 11:43 AM, Clinton Stimpson clin...@elemtech.com wrote: It looks like that branch removes the error if find_package(Qt4 REQUIRED) doesn't find Qt 4.x. No? If it does remove the error, that seems wrong. Is there another way to avoid the error in the cmake unit tests?

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-23 Thread David Cole
Short update: - I ran the script Alan sent me on a real Windows 7 machine, and didnot reproduce the problem while using the pre-built binary install of CMake 2.8.9 For more details, email back, and I'll give you any info you need... Cheers, David On Tue, Oct 23, 2012 at 3:57 PM, Alan W.

Re: [CMake] Continue install after a failure

2012-10-23 Thread David Cole
On Tue, Oct 23, 2012 at 2:53 AM, Petr Kmoch petr.km...@gmail.com wrote: On Mon, Oct 22, 2012 at 4:58 PM, David Cole david.c...@kitware.com wrote: On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for your tip. Unfortunately, 'make -k install

Re: [CMake] Not all targets are built on Linux

2012-10-23 Thread David Cole
Are you using EXCLUDE_FROM_ALL anywhere in the CMakeLists files? http://cmake.org/cmake/help/v2.8.9/cmake.html#prop_tgt:EXCLUDE_FROM_ALL Sending us a snippet of the CMakeLists file for one of the targets that does not get built in 'all' might be helpful. On Mon, Oct 22, 2012 at 11:41 AM,

[Cmake-commits] CMake branch, master, updated. v2.8.9-581-g0276f4e

2012-10-23 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0276f4e9f42e4ac07c2f9dc48f7576f863e9326f commit 0276f4e9f42e4ac07c2f9dc48f7576f863e9326f Merge: 2362bc8 dc0b0f6 Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 23 16:37:19 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-583-gc26373f

2012-10-23 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c26373f6ca9762c0bd9950eb3aa5f1183f370842 commit c26373f6ca9762c0bd9950eb3aa5f1183f370842 Merge: 0276f4e 1cd2ec1 Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 23 16:37:28 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-588-g2b5635e

2012-10-23 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b5635ee2327a41688a7ccfdf80a534a47268131 commit 2b5635ee2327a41688a7ccfdf80a534a47268131 Merge: 23a2576 0cc00b0 Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 23 16:37:46 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-592-g02b993b

2012-10-23 Thread David Cole
e386992 Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 23 16:37:56 2012 -0400 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Tue Oct 23 16:37:56 2012 -0400 Merge topic 'genex-validate-target-property-names' e386992 GexEx: Validate Target names

[Cmake-commits] CMake branch, next, updated. v2.8.9-1196-g1b3376d

2012-10-23 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1b3376d80ae926e4f4a6e03acd15be6c8f38aa4d commit 1b3376d80ae926e4f4a6e03acd15be6c8f38aa4d Merge: c52d7f9 02b993b Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 23 16:38:12 2012 -0400 Commit: David Cole

Re: [CMake] CMake rebuilds every time

2012-10-22 Thread David Cole
These are fairly representative of how the CMakeLists.txt are. I should have added - we have source files with extension .C (i.e. .C in caps) and these are meant to be C++ sources. Regards, Arindam On Tue, Oct 16, 2012 at 9:04 PM, David Cole david.c...@kitware.com wrote: What does your

Re: [CMake] INCLUDE_DIRECTORIES (command vs target property)

2012-10-22 Thread David Cole
If you want to APPEND, then use set_property with APPEND. http://cmake.org/cmake/help/v2.8.9/cmake.html#command:set_property HTH, David On Mon, Oct 22, 2012 at 9:05 AM, Micha Renner micha.ren...@t-online.de wrote: Hello, The target property INCLUDE_DIRECTORIES overwrites the

Re: [CMake] Continue install after a failure

2012-10-22 Thread David Cole
On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for your tip. Unfortunately, 'make -k install' doesn't help, as the entire install step is a single command (cmake -P ...), so once this fails, there is no other command make could continue with. Is

Re: [CMake] CMake 2.8.8 Upgrade problem with Xcode on OS X 10.8

2012-10-22 Thread David Cole
On Mon, Oct 22, 2012 at 11:26 AM, Sean McBride s...@rogue-research.com wrote: Just following up after a little while... On Sat, 8 Sep 2012 10:48:11 -0400, David Cole said: Does this happen regardless of which Xcode you select, or only with the -DP4 one? Happens with any of them. Does

Re: [CMake] Setting the argument of INCLUDE_DIRECTORIES from the command line

2012-10-20 Thread David Cole
On Sat, Oct 20, 2012 at 9:54 AM, Rolf Eike Beer e...@sf-mail.de wrote: Olumide wrote: Hi - The CMakeLists.txt file of the project that I am trying to build has the following INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/src) INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/src/ga)

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-19 Thread David Cole
Hi Alan, Can you write a script that would reproduce the problem for us here if we ran the script? (Even if the project that it has to build is complex...) There is nightly testing using MSYS Makefiles with GNU 4.5.0 with Fortran: http://open.cdash.org/buildSummary.php?buildid=2618838 and

[CMake] CMake 2.8.10-rc2 ready for testing!

2012-10-19 Thread David Cole
: Fix compilation with Sun CC 5.1 if: Document that plain 'NOTFOUND' is a false constant string: Clarify regex documentation of '-' behavior FortranCInterface: Pass all flags to VERIFY project (#13579) David Cole (1): NSIS: Fix incorrect uninstall registry key name (#13578

Re: [cmake-developers] Bugs on the roadmap

2012-10-18 Thread David Cole
For the record: I switched the target version of these bugs to 2.8.11 this morning. Thanks, David On Tue, Oct 16, 2012 at 6:30 PM, David Cole david.c...@kitware.com wrote: Thanks, Eike. Note that I am not asking *who* should be looking at these bugs. I am asking if anyone is *actually

[Cmake-commits] CMake branch, release, updated. v2.8.9-577-gf1189ee

2012-10-18 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f1189ee60e78fb4a5fd1fb8c3337efdf6f5d602f commit f1189ee60e78fb4a5fd1fb8c3337efdf6f5d602f Author: David Cole david.c...@kitware.com AuthorDate: Thu Oct 18 14:53:01 2012 -0400 Commit: David Cole david.c...@kitware.com CommitDate: Thu Oct 18

Re: [CMake] CPACK_NSIS_EXTRA_PREINSTALL_COMMAND Not Working as Expected

2012-10-17 Thread David Cole
/**cmCPackNSISGenerator.cxx and that should be inserted directly after your extra code. Does the configure NSIS.template file look correct? (i.e. -- is the File /r command after the MessageBox call?) On Mon, Oct 15, 2012 at 1:18 PM, David Cole david.c...@kitware.com wrote: Are you using CMake 2.8.9

Re: [CMake] CPACK_NSIS_EXTRA_PREINSTALL_COMMAND Not Working as Expected

2012-10-17 Thread David Cole
, I tried this on fresh install (without a previous installation on the machine) with the same results, i.e. the messagebox is displayed after the files are copied onto the target. p.s. I am using NSIS 2.4.6 Thanks in advance, Dan On 10/17/2012 1:43 PM, David Cole wrote: Your template.in

[Cmake-commits] CMake branch, master, updated. v2.8.9-543-ga2871e9

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2871e93ee7782838ae59ff91e42a2ce967e8ce0 commit a2871e93ee7782838ae59ff91e42a2ce967e8ce0 Merge: a56b8e4 995a35f Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:02 2012 -0400 Commit: CMake

[Cmake-commits] CMake branch, master, updated. v2.8.9-545-gfae6238

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fae62381f1f16f4119700fa7a8d6d44f1236ea90 commit fae62381f1f16f4119700fa7a8d6d44f1236ea90 Merge: a2871e9 71491bb Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:13 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-547-gb61baf0

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b61baf0c5c1e4886f0f799588584cdd2d7ad8ce0 commit b61baf0c5c1e4886f0f799588584cdd2d7ad8ce0 Merge: fae6238 60a3c08 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:26 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-549-ga58cd0d

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a58cd0d7a4550add92367e43fb3b044d85289c3a commit a58cd0d7a4550add92367e43fb3b044d85289c3a Merge: b61baf0 a573a85 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:36 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-551-g8bffb84

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8bffb8451c9fde6e181542b68ca3acb82002e8ba commit 8bffb8451c9fde6e181542b68ca3acb82002e8ba Merge: a58cd0d 561b4ba Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:44 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-553-g5ca2c49

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ca2c491730c7ff22a9e4890fad394771c2180c6 commit 5ca2c491730c7ff22a9e4890fad394771c2180c6 Merge: 8bffb84 2aad678 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:43:53 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-555-g7ff422f

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7ff422fb8e47c68ce9c23430059d307738d78f7a commit 7ff422fb8e47c68ce9c23430059d307738d78f7a Merge: 5ca2c49 ddec053 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:44:06 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-557-gf7db7d7

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7db7d735d02518e60d6d2261b55d7a50ffa533d commit f7db7d735d02518e60d6d2261b55d7a50ffa533d Merge: 7ff422f 3446cb5 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:44:14 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-559-g0ef5560

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ef55608e6a38ece428b81fb3911d38ce1c4c107 commit 0ef55608e6a38ece428b81fb3911d38ce1c4c107 Merge: f7db7d7 4cbc1e5 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:44:25 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-561-ge8b1c1f

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8b1c1ffc0a9eb3a224fbdb205627096ea6453c0 commit e8b1c1ffc0a9eb3a224fbdb205627096ea6453c0 Merge: 0ef5560 12c092c Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:44:33 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-569-g982905c

2012-10-17 Thread David Cole
in full, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=982905c0d23aded548718cf64665002cac350e77 commit 982905c0d23aded548718cf64665002cac350e77 Merge: e8b1c1f 79edd00 Author: David Cole david.c...@kitware.com

[Cmake-commits] CMake branch, master, updated. v2.8.9-573-g7ded904

2012-10-17 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7ded904329635b490467ddf06d87b2620da470aa commit 7ded904329635b490467ddf06d87b2620da470aa Merge: f3b8049 d63eb0b Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:45:03 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.9-1139-ge364cb0

2012-10-17 Thread David Cole
=e364cb04fdd468d4115adf809aa23e59203e5a45 commit e364cb04fdd468d4115adf809aa23e59203e5a45 Merge: 84ab378 7ded904 Author: David Cole david.c...@kitware.com AuthorDate: Wed Oct 17 16:45:21 2012 -0400 Commit: David Cole david.c...@kitware.com CommitDate: Wed Oct 17 16:45:21 2012 -0400 Merge branch 'master' into next

Re: [cmake-developers] patch for cmake that adds a new timestamp command

2012-10-16 Thread David Cole
I had to do this to get the bootstrap version of CMake to work (and the BootstrapTest to pass): $ git diff diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 9d46355..8bf6c40 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -264,8 +264,6 @@ set(SRCS cmTarget.cxx

Re: [cmake-developers] patch for cmake that adds a new timestamp command

2012-10-16 Thread David Cole
tell if any of those were called BootstrapTest. Is there anything special required to run it? The BootstrapTest test only runs on Unix Makefiles based builds, so if you're using a different generator, it does not get added as a test. Nils On 10/16/2012 02:49 PM, David Cole wrote: I had

Re: [cmake-developers] [CMake] Random behavior of CTEST_USE_LAUNCHERS

2012-10-16 Thread David Cole
Well, the mixing of lines of output from parallel compiles was the main reason log scraping didn't work well. At least with the launchers, we'd be able to scrape from a single output stream associated with a single build step and we wouldn't have the mixing of lines problem anymore. Nils has a

[cmake-developers] Bugs on the roadmap

2012-10-16 Thread David Cole
The following bugs are on the roadmap (still in the 2.8.10 section), even though they are unassigned: http://public.kitware.com/Bug/view.php?id=8170 http://public.kitware.com/Bug/view.php?id=9905 http://public.kitware.com/Bug/view.php?id=11536 http://public.kitware.com/Bug/view.php?id=11785

Re: [cmake-developers] Bugs on the roadmap

2012-10-16 Thread David Cole
these before end of day tomorrow, I'll move them to the 2.8.11 roadmap and re-beg for claimers again later. Thx, David On Tue, Oct 16, 2012 at 5:48 PM, Rolf Eike Beer e...@sf-mail.de wrote: David Cole wrote: The following bugs are on the roadmap (still in the 2.8.10 section), even though

Re: [CMake] CMake rebuilds every time

2012-10-16 Thread David Cole
What does your CMakeLists look like? Only the necessary rebuild steps should be taken on an incremental build. How do you invoke a rebuild? (Just typing 'make' or some other mechanism?) On Mon, Oct 15, 2012 at 6:22 AM, Arindam Mukherjee arindam.muker...@gmail.com wrote: Hi, I have a

Re: [CMake] Setting test environment on windows

2012-10-16 Thread David Cole
The following example demonstrates a way for you to achieve what you need: cmake_minimum_required(VERSION 2.8) project(t1) include(CTest) add_test(NAME test01 COMMAND ${CMAKE_COMMAND} -E environment) set_property(TEST test01 APPEND PROPERTY ENVIRONMENT Z1ENV=1;2;3 Z2ENV=a;b;c)

Re: [CMake] ExternalProjects with Visual Studio

2012-10-16 Thread David Cole
If you want real vcxproj references, then use add_subdirectory instead of ExternalProject to build things directly. Or is there some reason you can't do that? If we made real vcxproj files directly, then we'd have to run configure on all the sub-projects at the outer project configure time.

Re: [CMake] set_target_properties called twice

2012-10-16 Thread David Cole
On Tue, Oct 16, 2012 at 3:53 PM, Eric Clark ecl...@ara.com wrote: Hello, I am currently having trouble with set_target_properties(…). I am trying to call it twice to set two different values for the same property. The first call I make looks like this:

Re: [CMake] set_target_properties called twice

2012-10-16 Thread David Cole
Try APPEND_STRING with a leading space in the string... On Tue, Oct 16, 2012 at 4:19 PM, Eric Clark ecl...@ara.com wrote: Frank, Thank you for such a quick reply. However, this is not working either. It is correctly adding the value to my list for that property, but now it is using it as

[Cmake-commits] CMake branch, next, updated. v2.8.9-1102-g96d3377

2012-10-16 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=96d3377e3f15374adbe4141187cd8d037bb93683 commit 96d3377e3f15374adbe4141187cd8d037bb93683 Merge: 52ae0e3 12c092c Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 16 07:57:24 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.9-1113-gbbcbc26

2012-10-16 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbcbc26135ddaf38a8572f2dc7117011d86e1bf8 commit bbcbc26135ddaf38a8572f2dc7117011d86e1bf8 Merge: b6ffadb d63eb0b Author: David Cole david.c...@kitware.com AuthorDate: Tue Oct 16 15:36:53 2012 -0400 Commit: CMake Topic Stage

Re: [cmake-developers] Ninja and optional support for Fortran

2012-10-15 Thread David Cole
The reason Eigen has the workaround code attempting to enable the Fortran language optionally is described fairly completely in this set of related bugs in the CMake bug tracker: http://public.kitware.com/Bug/view.php?id=8345 http://public.kitware.com/Bug/view.php?id=9220

Re: [CMake] Random behavior of CTEST_USE_LAUNCHERS

2012-10-15 Thread David Cole
from that subtree are ignored (many #1786 CRT strcpy etc. deprecation warnings) but the warnings in one of those files survives even though it looks identical (same subtree, same #1786 warning) to the ones that were ignored. Very puzzling. Nils On 10/04/2012 11:16 AM, David Cole wrote

Re: [CMake] CPACK_NSIS_EXTRA_PREINSTALL_COMMAND Not Working as Expected

2012-10-15 Thread David Cole
Are you using CMake 2.8.9? That variable did not exist prior to 2.8.9. On Mon, Oct 8, 2012 at 12:33 PM, dan h. danou...@gmail.com wrote: Any thoughts about this issue? Regards, Dan -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] CPACK_NSIS_EXTRA_PREINSTALL_COMMAND Not Working as Expected

2012-10-15 Thread David Cole
and that should be inserted directly after your extra code. Does the configure NSIS.template file look correct? (i.e. -- is the File /r command after the MessageBox call?) On Mon, Oct 15, 2012 at 1:18 PM, David Cole david.c...@kitware.com wrote: Are you using CMake 2.8.9? That variable did not exist

Re: [CMake] Random behavior of CTEST_USE_LAUNCHERS

2012-10-04 Thread David Cole
(${CTEST_BINARY_DIRECTORY}) in my ctest script. My CTestCustom.cmake is generated by an earlier call to ctest_configure(). Nils On 10/03/2012 08:24 PM, David Cole wrote: Yeah, seems silly, I know. But ctest and cmake both need to know about it, and we didn't (and still don't) want to introduce

Re: [CMake] Incoherent compiler detection in MacOSX 10.7.4

2012-10-03 Thread David Cole
On Wed, Oct 3, 2012 at 3:49 AM, Nick Overdijk n...@astrant.net wrote: I'm not sure where it was, but CMake prefers gcc over cc, and cxx over g++. You can force it by setting CC=clang. On 2012-03-10, at 09:27:28 , Pere Mato Vila wrote: In my Mac system (10.7.4) with Xcode (4.4.1) CMake

Re: [CMake] Incoherent compiler detection in MacOSX 10.7.4

2012-10-03 Thread David Cole
On Wed, Oct 3, 2012 at 8:36 AM, Pere Mato Vila pere.m...@cern.ch wrote: On Oct 3, 2012, at 1:36 PM, David Cole wrote: The mismatch problem should be fixed in the builds of CMake 2.8.10-rc1 that we released yesterday. Give that a try and see if the default compiler selection is better here

Re: [CMake] Random behavior of CTEST_USE_LAUNCHERS

2012-10-03 Thread David Cole
On Wed, Oct 3, 2012 at 12:58 PM, Julien Malik julien.ma...@c-s.fr wrote: Hi again, I'm still looking for an idea about where to look. For the nightly build dir where CTEST_USE_LAUNCHERS is set in the ctest script but the dashboard behaves like it wasn't, I can see in VERBOSE mode : [ 59%]

Re: [CMake] Random behavior of CTEST_USE_LAUNCHERS

2012-10-03 Thread David Cole
...@c-s.fr wrote: OK I did not understand I needed *both*. Reading the blog article again, I feel stupid. I swear I've read it several times ;)... That must be it. Thanks for hint, Julien Le 03/10/2012 19:25, David Cole a écrit : http://www.kitware.com/blog/home/post/11 Did you try

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

2012-10-02 Thread David Cole
DocBook docbook: Add support for abstract at section level 1 docbook: Add CMake.DocBook test to validate xml (#13508) docbook: Remove redundant docs that cause invalid DocBook David Cole (9): Begin post-2.8.9 development Release: Temporarily exclude ExternalProject test

Re: [CMake] CTEST_CONFIGURATION_TYPE not set in 'make test'

2012-10-02 Thread David Cole
CMake has code like this using the TEST_INCLUDE_FILE directory property to deal with this situation: # In the main CMakeLists.txt: # Set up test-time configuration. set_directory_properties(PROPERTIES TEST_INCLUDE_FILE ${CMake_BINARY_DIR}/Tests/EnforceConfig.cmake) # In Tests/CMakeLists.txt:

Re: [CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

2012-10-02 Thread David Cole
On Tue, Oct 2, 2012 at 5:30 AM, Arindam Mukherjee arindam.muker...@gmail.com wrote: On Tue, Oct 2, 2012 at 2:48 AM, Xavier Besseron xavier.besse...@uni.lu wrote: Hi, I was able to build win64 executable on my 32-bit Windows. First, I had to make the full installation of VS 2008 (the

[CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-02 Thread David Cole
DocBook docbook: Add support for abstract at section level 1 docbook: Add CMake.DocBook test to validate xml (#13508) docbook: Remove redundant docs that cause invalid DocBook David Cole (9): Begin post-2.8.9 development Release: Temporarily exclude ExternalProject test

Re: [cmake-developers] Missing docs for CMAKE_FIND_PACKAGE_NAME and possible cmake code generation bug.

2012-10-01 Thread David Cole
On Mon, Oct 1, 2012 at 3:39 PM, Alexander Neundorf neund...@kde.org wrote: On Monday 01 October 2012, Stephen Kelly wrote: Hi, In commit 6f50a04cc1c4584472f850e06daad7ae20af45c4, a CMAKE_FIND_PACKAGE_NAME variable was introduced, but not documented. Sometimes it is deliberate to not

Re: [CMake] Creating OSX bundles with CMake (without Xcode)

2012-10-01 Thread David Cole
Also, if it's a Qt app, look into the relatively new (in 2.8.7 and later, I think) module DeployQt4 [ http://cmake.org/cmake/help/v2.8.9/cmake.html#module:DeployQt4 ] which is based on BundleUtilities. Here's a blog post about using it:

Re: [CMake] setting executable runtime command line argument

2012-10-01 Thread David Cole
See USERFILE_COMMAND_ARGUMENTS_DEBUG in this Stack Overflow question answer: http://stackoverflow.com/questions/1005901/how-to-set-path-environment-variable-using-cmake-and-visual-studio-to-run-test Also, be sure to read all the comments, too. There are helpful tips in there about what

Re: [cmake-developers] patch for cmake that adds a new timestamp command

2012-09-28 Thread David Cole
Is accurate and has precedence (e.g. SQL) but is (IMO) not as pretty. To list them in order of personal preference this would for me give: Timestamp, DateTime, Time, Date Nils On 09/27/2012 07:41 PM, Eric Noulard wrote: 2012/9/27 David Cole david.c...@kitware.com: H. Good idea

[cmake-developers] merge session today

2012-09-28 Thread David Cole
The following topic branches were merged to master and deleted from the stage today: $ git fetch --all --prune Fetching origin Fetching stage From git://cmake.org/stage/cmake 64d64b4..908f46a master - stage/master x [deleted] (none) - stage/ctest-svn-non-interactive x

Re: [cmake-developers] merge session today

2012-09-28 Thread David Cole
By the way, the KWStyle fixes are already done. If you are going to extend any of the existing stage topics, please fetch them and sync with the stage first. Thanks, D On Fri, Sep 28, 2012 at 4:08 PM, David Cole david.c...@kitware.com wrote: The following topic branches were merged to master

Re: [CMake] Two toolchains simultaneously within the same project?

2012-09-28 Thread David Cole
On Fri, Sep 28, 2012 at 4:19 AM, Ingolf Steinbach ingolf.steinb...@gmail.com wrote: Hi 2012/7/24 Alexander Neundorf a.neundorf-w...@gmx.net: Maybe you can use external_project() for that subdirectory ? I have not been successful with that command. Probably, I have misunderstood

Re: [CMake] file( DOWNLOAD ) problem

2012-09-28 Thread David Cole
strongly believe that CMake's file DOWNLOAD should do more checks to make sure that the data received is valid. I will look at the code later to see if there is more that can be done. On Wed, Sep 26, 2012 at 11:20 PM, David Cole david.c...@kitware.com wrote: On Wed, Sep 26, 2012 at 7:32 PM

Re: [CMake] file( DOWNLOAD ) problem

2012-09-28 Thread David Cole
On Fri, Sep 28, 2012 at 4:42 PM, Robert Dailey rcdailey.li...@gmail.comwrote: On Fri, Sep 28, 2012 at 2:58 PM, David Cole david.c...@kitware.com wrote: On Fri, Sep 28, 2012 at 3:30 PM, Robert Dailey rcdailey.li...@gmail.com wrote: CMake downloads our third party libraries from

Re: [CMake] file( DOWNLOAD ) problem

2012-09-28 Thread David Cole
What I'm saying is that it _does_ work properly, which is the problem Ha!! Wish all our problems were that things worked properly! :-) -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

[Cmake-commits] CMake branch, master, updated. v2.8.9-428-gaf5fac8

2012-09-28 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af5fac8d171a41c526c9f0ebc732366ca2139296 commit af5fac8d171a41c526c9f0ebc732366ca2139296 Merge: 64d64b4 9ace801 Author: David Cole david.c...@kitware.com AuthorDate: Fri Sep 28 15:45:02 2012 -0400 Commit: CMake Topic Stage

Re: [CMake] cmake for windows with VS 2012 Express support

2012-09-26 Thread David Cole
Please try the latest nightly build for Windows. That should work. http://cmake.org/files/dev/cmake-2.8.9.20120923-g8a5434-win32-x86.exe The changes that are in that latest nightly build w.r.t. VS 2012 Express will be in CMake 2.8.10. We should have a first release candidate for 2.8.10

Re: [CMake] file( DOWNLOAD ) problem

2012-09-26 Thread David Cole
With file(DOWNLOAD, you should always use the EXPECTED_MD5 argument (or EXPECTED_HASH with nightly CMake, or 2.8.10 or later) to verify success. HTH, David On Wed, Sep 26, 2012 at 5:40 PM, Robert Dailey rcdailey.li...@gmail.comwrote: I'm using the file( DOWNLOAD ) command to download some

Re: [CMake] file( DOWNLOAD ) problem

2012-09-26 Thread David Cole
On Wed, Sep 26, 2012 at 6:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2012/9/27 David Cole david.c...@kitware.com: With file(DOWNLOAD, you should always use the EXPECTED_MD5 argument (or EXPECTED_HASH with nightly CMake, or 2.8.10 or later) to verify success. I bet this is not always

Re: [CMake] file( DOWNLOAD ) problem

2012-09-26 Thread David Cole
On Wed, Sep 26, 2012 at 6:28 PM, David Cole david.c...@kitware.com wrote: On Wed, Sep 26, 2012 at 6:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2012/9/27 David Cole david.c...@kitware.com: With file(DOWNLOAD, you should always use the EXPECTED_MD5 argument (or EXPECTED_HASH

Re: [CMake] file( DOWNLOAD ) problem

2012-09-26 Thread David Cole
On Wed, Sep 26, 2012 at 7:32 PM, Robert Dailey rcdailey.li...@gmail.com wrote: To do MD5 checks, I need to somehow record the expected MD5 somewhere, which isn't very maintainable. I provide a list of third party libraries that CMake should download from a central third party repository here

Re: [cmake-developers] Release schedule status?

2012-09-25 Thread David Cole
Go ahead and fix it. We can delay rc1 for a day to get the exports-set-2 cleaned up if it only takes one more day. If it still looks iffy tomorrow, we'll talk more... On Tue, Sep 25, 2012 at 1:11 PM, Alexander Neundorf neund...@kde.orgwrote: On Tuesday 25 September 2012, Stephen Kelly wrote:

Re: [cmake-developers] Release schedule status?

2012-09-25 Thread David Cole
On Tue, Sep 25, 2012 at 1:27 PM, Alexander Neundorf neund...@kde.orgwrote: On Tuesday 25 September 2012, David Cole wrote: On Tue, Sep 25, 2012 at 1:22 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday 25 September 2012, David Cole wrote: Go ahead and fix it. We can delay rc1

Re: [CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-25 Thread David Cole
If there really is a problem here, it looks like it comes from the structure returned by a call to the readdir function which is implemented by the system libraries. So if there's a problem here, I don't think it's CMake's fault. On Sat, Sep 22, 2012 at 9:57 PM, Sean McBride

[Cmake-commits] CMake branch, master, updated. v2.8.9-357-g92be70d

2012-09-25 Thread David Cole
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=92be70d683b948cb3e6fc37d108f65f422f925a1 commit 92be70d683b948cb3e6fc37d108f65f422f925a1 Merge: 998a17d 750fcaa Author: David Cole david.c...@kitware.com AuthorDate: Tue Sep 25 15:17:17 2012 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, master, updated. v2.8.9-360-gf5513f9

2012-09-25 Thread David Cole
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f5513f93bf8aa1e5c59334012abe9c1a01e06eda commit f5513f93bf8aa1e5c59334012abe9c1a01e06eda Merge: 92be70d ada9efd Author: David Cole david.c...@kitware.com AuthorDate

<    3   4   5   6   7   8   9   10   11   12   >