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

2012-07-26 Thread David Cole
The CMake 2.8.9 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available on the Kitware blog: http://www.kitware.com/blog/home/post/342 Some of the notable changes in this release are: - the new

Re: [cmake-developers] GCC link options

2012-07-26 Thread Brad King
On 07/25/2012 04:57 PM, J Decker wrote: Is there a super simple way to get the current build command for say exectuable, string(replace) it, and then execute it in a custom target? There is no hook into the final generation. You can hack the rule variable to add options at the end, though

[cmake-developers] CMake, Xcode 4.4, and Mountain Lion

2012-07-26 Thread Ho Cheung
Hi developers, As some of you have heard, Apple released Mountain Lion yesterday alongside a new release of Xcode (4.4). Back in XCode 4.2, Apple decided to make the clang/LLVM compiler the default in XCode Whenever I run the Xcode generator and Configure my project, I noticed that

Re: [cmake-developers] [CMake] ADD_DEPENDENCIES() and NonExisitngDependent is NOT an error?

2012-07-26 Thread Claus Klein
Thanks David,here is my patch, I have tested it today which "ninjaExperimental"There should be a test too ...It would be nice if it could fixed before next release.Claus checkForExistingDependencyTarget.patch Description: Binary data On 26.07.2012, at 18:18, David Cole wrote:The gory details are

[CMake] CMake 2.8.9-rc3 ready for testing!

2012-07-26 Thread David Cole
The CMake 2.8.9 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available on the Kitware blog: http://www.kitware.com/blog/home/post/342 Some of the notable changes in this release are: - the new

Re: [CMake] Disabling C for C++-only projects

2012-07-26 Thread Johannes Zarl
On Wednesday 25 July 2012 22:20:55 Clinton Stimpson wrote: On Wednesday, July 25, 2012 10:06:27 PM Johannes Zarl wrote: I'm wondering if this counts as a bug in FindQt4 and FindKDE, because after all these two projects are C++, so any platform test should IMO be using the same compiler as

Re: [CMake] Disabling C for C++-only projects

2012-07-26 Thread Alexander Neundorf
On Thursday 26 July 2012, Johannes Zarl wrote: On Wednesday 25 July 2012 22:20:55 Clinton Stimpson wrote: On Wednesday, July 25, 2012 10:06:27 PM Johannes Zarl wrote: I'm wondering if this counts as a bug in FindQt4 and FindKDE, because after all these two projects are C++, so any

[CMake] ADD_DEPENDENCIES() and NonExisitngDependent is NOT an error?

2012-07-26 Thread Claus Klein
We use a complex cmake project with a lot of build order dependencies. If something is misspelled, I would expect that cmake find this error. Example: cmake_minimum_required(VERSION 2.8.5) project(ftplibcpp CXX) add_executable(ftpList ftpList.cpp) target_link_libraries(ftpList ftpcpp ${LIBS})

Re: [CMake] ADD_DEPENDENCIES() and NonExisitngDependent is NOT an error?

2012-07-26 Thread David Cole
On Thu, Jul 26, 2012 at 12:11 PM, Claus Klein claus.kl...@arcormail.de wrote: We use a complex cmake project with a lot of build order dependencies. If something is misspelled, I would expect that cmake find this error. Example: cmake_minimum_required(VERSION 2.8.5) project(ftplibcpp CXX)

[Cmake-commits] CMake branch, next, updated. v2.8.8-3569-g832059f

2012-07-26 Thread Andreas Schneider
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 832059fb00d9833fbfe3e756e2cd217de56ef5ef (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-585-gfb0bcc0

2012-07-26 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index bff81be..3e96b19 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 8) -SET(CMake_VERSION_TWEAK 20120726