Re: [cmake-developers] Make it easier for beginners

2017-10-25 Thread Wesley Smith
I agree that if you do a search for how to setup a project with cmake, it's hard to know what's best practice. As cmake has evolved, the best practice has changed and many old style techniques still return toward the top of search results. For me, the best resources have been:

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Rolf Eike Beer
> I notice in > there is > an unstage comment from you. Just out of curiosity, does that mean > that commit was effectively immediately removed from > stage/master/head? Yes. Eike signature.asc Description: This is a digitally signed

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Alan W. Irwin
On 2017-10-25 07:03-0400 Brad King wrote: On 10/24/2017 05:47 PM, Alan W. Irwin wrote: Since I essentially never get CMake build errors when building CMake by hand using the bootstrap method, I assume these build errors are due to some issue with how I set up my_dashboard.cmake. The

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Brad King
On 10/24/2017 05:47 PM, Alan W. Irwin wrote: > Since I essentially never get CMake build errors when building > CMake by hand using the bootstrap method, I assume these build > errors are due to some issue with how I set up my_dashboard.cmake. The difference is that the script is testing the

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Brad King
On 10/24/2017 05:10 PM, Alan W. Irwin wrote: > It appears cmake_common.cmake only provides the capability of changing > the --parallel option for the bootstrap script. Must I change that > script in order to specify additional bootstrap options I normally use > such as --qt-gui --system-curl or

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Brad King
On 10/25/2017 04:46 AM, Rolf Eike Beer wrote: > This very much looks like a change I had in a few weeks ago but removed > from there because of exactly those compile failures. This is all under discussion here: https://gitlab.kitware.com/cmake/cmake/merge_requests/1402 The errors this time

Re: [cmake-developers] Need more information concerning the Trilinos test of CMake

2017-10-25 Thread Rolf Eike Beer
Am 2017-10-25 02:24, schrieb Alan W. Irwin: @Matthias: I am directly addressing you in this post because git bisect says your recent commit is the first one that shows this issue. More details below. commit 49287eed2bf9860919a155af848e7cf49d45f504 Author: Matthias Maennich