Re: [CMake] CMake removes rpath from Linux binaries. How to stop

2015-04-14 Thread clinton
- Original Message - > I am trying to create a standalone build of our application on Linux. We are > currently building on a mix of Mint 17 and Ubuntu 14.04. I have been doing a > lot of reading about rpath, runpath and chrpath. The only way it would seem > to get this done is to adjust t

[CMake] CMake removes rpath from Linux binaries. How to stop

2015-04-14 Thread Michael Jackson
I am trying to create a standalone build of our application on Linux. We are currently building on a mix of Mint 17 and Ubuntu 14.04. I have been doing a lot of reading about rpath, runpath and chrpath. The only way it would seem to get this done is to adjust the rpath via the "chrpath" tool. The i

[CMake] [ANNOUNCE] CMake 3.2.2 Released

2015-04-14 Thread Robert Maynard
We are pleased to announce that CMake 3.2.2 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.2.2 since 3.2.1: Bets

Re: [CMake] Flushing CMake STDOUT to avoid jumbled output?

2015-04-14 Thread Brad King
On 04/14/2015 12:25 PM, Bartlett, Roscoe A. wrote: > Is there a way to make CMake flush STDOUT Not from the CMake language. However, it shouldn't matter. > This is a problem since I have tests that grep output generated [snip] > to point to the inc-- Configuring incomplete, errors occurred! >

[CMake] Flushing CMake STDOUT to avoid jumbled output?

2015-04-14 Thread Bartlett, Roscoe A.
Hello CMake people, Is there a way to make CMake flush STDOUT (written two with MESSAGE() command) so that we don't get jumbled output? This is a problem since I have tests that grep output generated by CMake and it cases tests to fail like shown at: http://testing.sandia.gov/cdash/testDet

Re: [CMake] *Config.cmake documentation

2015-04-14 Thread Nils Gladitz
On 04/14/2015 02:03 PM, Nico Schlömer wrote: Hi everyone, We're trying to enhance the export functionality of TriBits [1] and are looking for some good pieces of documentation of what export config files should ideally look like. Any pointers? For target exports created by cmake itself there

[CMake] *Config.cmake documentation

2015-04-14 Thread Nico Schlömer
Hi everyone, We're trying to enhance the export functionality of TriBits [1] and are looking for some good pieces of documentation of what export config files should ideally look like. Any pointers? Cheers, Nico [1] github.com/TriBITSPub/TriBITS -- Powered by www.kitware.com Please keep mes