[Cmake-commits] CMake branch, next, updated. v3.1.0-1902-g7668615

2015-01-14 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 7668615cfe6db836a6c5b8c6e5971a6063887148 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1905-gedcbded

2015-01-14 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 edcbded42e4932285a0a89327dc383704da3fc4c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-746-g28f4467

2015-01-14 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, master has been updated via 28f44670c807e4098d71504d9f5204c6ffedc676 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1913-gce9f627

2015-01-14 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 ce9f6273812be91e47f61a86b676e17f9b2c30fb (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-748-ga985f1b

2015-01-14 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, master has been updated via a985f1b1f64c4c5e515e1859fac7a1281add254d (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-750-geb7b060

2015-01-14 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, master has been updated via eb7b060dc4b8e5e15d4f612db5558966c22d2315 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1898-gdabaf75

2015-01-14 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 dabaf75fb5182c34dd8f55497ac02ce4478700c6 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1903-g92ad27b

2015-01-14 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 92ad27b0f20fa1bc6e93582b3dad1766f89db627 (commit) from

[Cmake-commits] CMake branch, next, updated. v3.1.0-1909-gcde1bb2

2015-01-14 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 cde1bb24e240366fd2c87a4918e1121045ee442e (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1900-gaae70bc

2015-01-14 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 aae70bca34411da0d5f147bb177159497070f834 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1907-g34c4e62

2015-01-14 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 34c4e62dc7fd782e916dbe512f3caa863a8735c6 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1917-ge9ecfbc

2015-01-14 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 e9ecfbc0de78bda55e0fae8fe3c0fcab63d6a231 (commit) via

Re: [cmake-developers] Generator Expressions and packages (Was: target_link_libraries and --start-group/--end-group ?)

2015-01-14 Thread Ben Boeckel
On Wed, Jan 14, 2015 at 16:20:52 +, Robert Goulet wrote: To be honest I haven't spent much time trying to learn 'imported' libraries with CMake. It was already difficult to deal with commands that don't support generator expressions versus those that does. It wasn't clear which commands we

[cmake-developers] [CMake 0015354]: regression: ccache no longer works with cmake 3.1.2

2015-01-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15354 == Reported By:Tom Hughes Assigned To:

Re: [CMake] supported platforms by Cmake

2015-01-14 Thread David Thompson
Hi Bob, You can see what platforms CMake is tested on here: https://open.cdash.org/index.php?project=CMake We just don't distribute binary packages on all of those platforms. David On Jan 14, 2015, at 5:43 PM, Bob Mosleh Sadri bob.mosleh.sa...@oracle.com wrote: Hi experts We

[Cmake-commits] CMake branch, next, updated. v3.1.0-1919-gdb5583d

2015-01-14 Thread Clinton Stimpson
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 db5583de060221ed7af339eb1a9101d43794f11a (commit) via

[CMake] supported platforms by Cmake

2015-01-14 Thread Bob Mosleh Sadri
Hi experts We are planning to use a new build system for our c++ code. We build for Windows, Linux, AIX, Solaris and HP. I would like to know if cmake is a good option for us. When I look at the cmake.org download page, I can see only support for Windows and Linux. Where can I get

[CMake] set(CMAKE_CXX_STANDARD 11) on macos - ...CMake does not know the compile flags to use to enable it.

2015-01-14 Thread Laurent Demailly
Hi all, I have a very simple CMakeLists.txt – am using cmake 3.1 to be able to easily request C++ 11 – it works fine on ubuntu but not on MacOS with Xcode 6 and command line tools installed: $ cat CMakeLists.txt cmake_minimum_required(VERSION 3.1) project(Test1 C CXX) # We need C++ 11

[Cmake-commits] CMake branch, master, updated. v3.1.0-751-g23c02d2

2015-01-14 Thread Kitware Robot
20150114) +set(CMake_VERSION_PATCH 20150115) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake

[Cmake-commits] CMake branch, next, updated. v3.1.0-1880-g5cd1873

2015-01-14 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 5cd18731aa5216246cd017372bd45b8877194572 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1885-g0965a0f

2015-01-14 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 0965a0f01819c0e1d727ab1ee41fbd8123c7925b (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1891-ga403754

2015-01-14 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 a403754fe0761fee9e60e185c003bcef04c719c3 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.1.0-48-g46eae52

2015-01-14 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, release has been updated via 46eae529685bed736736713914d119fcab6e0a5c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-744-g0d7176b

2015-01-14 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, master has been updated via 0d7176b2f7298fc818a67d004e3a3e5d392a68d4 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1876-gf06bf49

2015-01-14 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 f06bf49a9982f5adc55406b8c510c241489941e5 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1878-gff07a15

2015-01-14 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 ff07a15758b434369771229ca2a664496d8d4522 (commit) via

[cmake-developers] pause on new topics please

2015-01-14 Thread Brad King
Hi Folks, There are several open topics in 'next' right now that have been churning on the dashboard for a few days. Please refrain from adding more topics to 'next' while we work these out. Of course topics for documentation-only changes or fixes to existing dashboard problems are still

[Cmake-commits] CMake branch, next, updated. v3.1.0-1883-gc990a18

2015-01-14 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 c990a180a963ca8f9df769f84533cb2fb0199750 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1887-g94daeed

2015-01-14 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 94daeed95bbedf1bf341775eb1f0e0e1def12270 (commit) via

Re: [CMake] supported platforms by Cmake

2015-01-14 Thread Domen Vrankar
2015-01-15 1:25 GMT+01:00 David Thompson david.thomp...@kitware.com: Hi Bob, You can see what platforms CMake is tested on here: https://open.cdash.org/index.php?project=CMake We just don't distribute binary packages on all of those platforms. David On Jan 14, 2015, at 5:43

Re: [cmake-developers] Generator Expressions and packages (Was: target_link_libraries and --start-group/--end-group ?)

2015-01-14 Thread Robert Goulet
To be honest I haven't spent much time trying to learn 'imported' libraries with CMake. It was already difficult to deal with commands that don't support generator expressions versus those that does. It wasn't clear which commands we should not try to use because of that, and in the end we had

[cmake-developers] [CMake 0015351]: Dependencies not detected when comment is in front of #include statement

2015-01-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15351 == Reported By:joachim Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.1.0-1893-gb4346c1

2015-01-14 Thread Clinton Stimpson
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 b4346c10c6f407b069c5db7ace6d325b83404c1c (commit) via

[cmake-developers] [CMake 0015352]: find_package_handle_standard_args generates inadequate error message when last item in a list is unavailable

2015-01-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15352 == Reported By:Joachim Wuttke Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.1.0-1896-gc6199c5

2015-01-14 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 c6199c5223bec8fbd36ce3f9809bc341a6e30fe1 (commit) via

[cmake-developers] Introduce 'Unix Ninja' generator

2015-01-14 Thread Daniel Levin
Story short: we need Ninja generator running on Windows with Unix environment. With exactly the same purpose as 'Unix Makefiles' one. Where this is used: actually, in the same cases when 'Unix Makefiles' used on Windows. Particularly in my personal case 'Unix Ninja' generator is the only way to

Re: [cmake-developers] Introduce 'Unix Ninja' generator

2015-01-14 Thread Daniel Levin
Sorry for including garbage QtCreator files into formatted patch in previous e-mail. Attached clean patch with changes only. Thanks, Daniel On Wed, Jan 14, 2015 at 4:11 AM, Daniel Levin dendy...@gmail.com wrote: Story short: we need Ninja generator running on Windows with Unix environment.

[Cmake-commits] CMake branch, next, updated. v3.1.0-1872-gd6c55ab

2015-01-14 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 d6c55abeac4d100edfa34fa2db5c50822f343705 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.1.0-741-g37fd5b8

2015-01-14 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, master has been updated via 37fd5b87f867351517f469ce02b76bef984dc2c3 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.1.0-1874-ga382e60

2015-01-14 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 a382e6004e61ccd56b12f3d4ab3c4c08fdb4d777 (commit) via

Re: [CMake] Include path perference

2015-01-14 Thread Marcel Loose
On 13/01/15 18:18, leemachine wrote: Hello all, I am using CMAKE 2.8.7: My question is I have a project that looks for dependencies (libraries and headers) in both the source tree (*CMAKE_SOURCE_DIR* and *CMAKE_CURRENT_SOURCE_DIR* as well as the *CMAKE_INSTALL_PREFIX*. The issue I am

Re: [CMake] evaluate a generator experssion

2015-01-14 Thread Nils Gladitz
On 14.01.2015 13:11, Biddiscombe, John A. wrote: file(WRITE “stuff containing above string”) the file is written with $TARGET_FILE:hg_test_server inside it, and not the full path/name of the target as I’d hoped. Is there a way to force the evaluation of the generator expression so it is

Re: [CMake] evaluate a generator experssion

2015-01-14 Thread Biddiscombe, John A.
Nils Marvellous. Just what I needed. Works like a charm. and only 5 minutes between posting my question and getting the answer. Many thanks indeed JB From: Nils Gladitz [mailto:nilsglad...@gmail.com] Sent: 14 January 2015 13:17 To: Biddiscombe, John A.; cmake@cmake.org Subject: Re: [CMake]

[CMake] evaluate a generator experssion

2015-01-14 Thread Biddiscombe, John A.
Hello list I've got some test scripts which are called with test names and such like and I am using cmake expansion of vars to get from this $TARGET_FILE:${framework}_server to $TARGET_FILE:hg_test_server which is correct. But unfortunately, when I use file(WRITE stuff containing above

[cmake-developers] [CMake 0015349]: The regular expression in CMakeDetermineCompilerID.cmake strips out qnxnto

2015-01-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15349 == Reported By:Rodney Dowdall Assigned To: