Re: [cmake-developers] CTest: Request review of topic ctest-fix-run-serial

2013-10-27 Thread David Cole
I just realized that CTest only prioritized failed tests in parallel test runs since it only modified COSTs in that case. So Casey was quite right noticing that there is a behavior change here. I created a topic restore-serial-failed-test-order which limits that behavior to parallel test

Re: [CMake] ExternalProject_Add examples

2013-10-27 Thread Witold E Wolski
Dear Kent, Thank you for pointing me to this project. I did some searching for an explanation of the superbuild cmake pattern but didn't find any text resources. I am wondering if the superbuild pattern can cover the following case: I.e. given 3 projects A, B and C where B depends on A and C

Re: [CMake] ExternalProject_Add examples

2013-10-27 Thread Pau Garcia i Quiles
Hello, ExternalProject_Add(A ... ) ExternalProject_Add(B DEPENDS A ...) ExternalProject_Add(C DEPENDS B ... ) CMake will take care of the build order of those projects Please check winstng for a complex project with a lot of interdependencies. The documentation for ExternalProject and this

[CMake] Setting library directories when cross-building

2013-10-27 Thread Ansis Atteka
I am building my project on x86_64 system and want to be able to target it for: 1. Local platform (x86_64/Linux); and 2. Remote platform (ARM/Raspberry Pi) The problem I am encountering is that when I attempt to cross-build for Raspberry Pi, then linker complains about missing symbols (make

[CMake] About compiling....

2013-10-27 Thread Luis Felipe Dominguez Vega
I make a deboostraped system (Debian 6) into my Debian testing system. My question is how configure a CMakeLists.txt to use the compilers, libs, etc... into de Deboostraped system??? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[Cmake-commits] CMake branch, next, updated. v2.8.12-4548-gced8281

2013-10-27 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 ced8281000bf7c101ec23860c232703d284a6eaf (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4551-gb9b7507

2013-10-27 Thread Nils Gladitz
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 b9b7507c0acf4450cbfe5fb196d0670d02556fce (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12-492-g25cfc1e

2013-10-27 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index ae1ff94..9466e89 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 12) -set(CMake_VERSION_TWEAK 20131027