Re: [CMake] Modifying the FindBoost.cmake module

2016-06-27 Thread Andreas Naumann
Hey, if you would use the FindBoost.cmake module from cmake itself, you could set the environment variable BOOST_ROOT to the second path. Regards, Andreas Am 28.06.2016 um 01:21 schrieb Sambeet Panigrahi: Hi, I am using Cmake to build Orocos RTT. There is a FindBoost.cmake module available

[CMake] Modifying the FindBoost.cmake module

2016-06-27 Thread Sambeet Panigrahi
Hi, I am using Cmake to build Orocos RTT. There is a FindBoost.cmake module available in the config directory which the project uses.Now I have got two boost installations one in 1)/usr/include/boost 2)~/NewRockPort/x86/Install/boost The second installation is the one I want to use .However The f

Re: [CMake] CMake terminology

2016-06-27 Thread Craig Scott
On Tue, Jun 28, 2016 at 12:04 AM, Eric Noulard wrote: > > > 2016-06-25 17:42 GMT+02:00 Ruslan Baratov : > >> On 25-Jun-16 10:44, Craig Scott wrote: >> >> One of the slight wrinkles here is that the distinction between configure >> and generation times is now a little stronger due to generator exp

Re: [CMake] CTest periodic freeze under MacOS

2016-06-27 Thread Bill Hoffman
On 6/27/2016 5:57 AM, ycollette.nos...@free.fr wrote: I forgot to say that the cmake version installed on macos is 3.4.3. Can you try a more recent version of cmake? -Bill -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_

Re: [CMake] subversion

2016-06-27 Thread Andreas Naumann
The discussion is interesting and ends with the question, whether the macro "Subversion_IS_WC" is usable. As I understand the other arguments are *leave the FATAL_ERROR as default for backwards compatibility *the suggested patch hides the error message if error_quite is set . *calling

Re: [CMake] CMake terminology

2016-06-27 Thread Eric Noulard
2016-06-25 17:42 GMT+02:00 Ruslan Baratov : > On 25-Jun-16 10:44, Craig Scott wrote: > > One of the slight wrinkles here is that the distinction between configure > and generation times is now a little stronger due to generator expressions. > In order to really understand generator expressions, yo

Re: [CMake] subversion

2016-06-27 Thread Marcel Loose
See also https://cmake.org/Bug/view.php?id=10200 Cheers, Marcel Loose. On 27/06/16 09:23, Andreas Naumann wrote: > Thanks for the 6 year old hint. But obviously, the patch is not in any > recent cmake version. > Therefore, I could use it in my own project and ship my own > FindSubversion.cmake..

Re: [CMake] CTest periodic freeze under MacOS

2016-06-27 Thread ycollette . nospam
I forgot to say that the cmake version installed on macos is 3.4.3. - Mail original - De: "ycollette nospam" À: "cmake" Envoyé: Lundi 27 Juin 2016 11:56:14 Objet: [CMake] CTest periodic freeze under MacOS Hello, I don't really know if it's a cmake / ctest bug but when I launch tests. I

[CMake] CTest periodic freeze under MacOS

2016-06-27 Thread ycollette . nospam
Hello, I don't really know if it's a cmake / ctest bug but when I launch tests. I added a timeout limit for each tests. This timeout is set to 120 sec. Some tests fail after a timeout. And in the log file, the timemout has a different value. For example, it can be 280 seconds. This occurs for on

Re: [CMake] subversion

2016-06-27 Thread Andreas Naumann
Thanks for the 6 year old hint. But obviously, the patch is not in any recent cmake version. Therefore, I could use it in my own project and ship my own FindSubversion.cmake.. which is quite ugly.   Gesendet: Montag, 27. Juni 2016 um 03:11 Uhr Von: Nagger An: cmake@cmake.org Betreff: Re: [CMak