Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-30 Thread Brad King
On 10/30/2014 10:21 AM, Daniele E. Domenichelli wrote: > I updated the topic and modified one of the tests in > ExternalProjectLocal to use the new CMAKE_CACHE_DEFAULT_ARGS argument. Thanks. > Unfortunately this triggered a hidden bug in the external projects, so I > fixed it with an extra commit

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-30 Thread Daniele E. Domenichelli
Hello Brad, On 29/10/14 14:38, Brad King wrote: > In the updated docs for CMAKE_ARGS, CMAKE_CACHE_ARGS, and > CMAKE_CACHE_DEFAULT_ARGS, the intro line now needs a period. > > The new RunCMake.ExternalProject test looks good. However, it > does not verify that the external project actually builds

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-29 Thread Brad King
On 10/28/2014 03:20 PM, Daniele E. Domenichelli wrote: > Done, thanks. Good. In the updated docs for CMAKE_ARGS, CMAKE_CACHE_ARGS, and CMAKE_CACHE_DEFAULT_ARGS, the intro line now needs a period. The new RunCMake.ExternalProject test looks good. However, it does not verify that the external pro

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-28 Thread Daniele E. Domenichelli
On 28/10/14 18:01, Brad King wrote: > Please rebase on those. You should find it much easier to add > more detail to the documentation of each option. Done, thanks. Daniele -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMa

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-28 Thread Brad King
On 10/28/2014 06:48 AM, Daniele E. Domenichelli wrote: > I just pushed a new ExternalProject_CMAKE_CACHE_DEFAULT_ARGS topic, can > you please review it? Good. After seeing the lack of a clean place to document the differences among these options I decided it is time to revise the documentation la

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-28 Thread Daniele E. Domenichelli
Hello Brad, Sorry for the delay. On 22/10/14 17:18, Brad King wrote: > How about a new option like "CMAKE_CACHE_DEFAULT_ARGS" for that? I just pushed a new ExternalProject_CMAKE_CACHE_DEFAULT_ARGS topic, can you please review it? Cheers, Daniele -- Powered by www.kitware.com Please keep

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-22 Thread Brad King
On 10/21/2014 10:01 AM, Daniele E. Domenichelli wrote: > I would like to be able to set some some variables (for example > CMAKE_BUILD_TYPE) for all the "external project" according to the value > in the "super-project", but the same time I would like to be able to > change them (for example change

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-21 Thread Daniele E. Domenichelli
On 20/10/14 15:52, Brad King wrote: > On 10/16/2014 11:26 AM, Daniele E. Domenichelli wrote: >> #[CMAKE_ARGS args...]# Arguments to CMake command line >> #[CMAKE_CACHE_ARGS args...] # Initial cache arguments, of the form >> -Dvar:string=on >> >> So, from what I understand, The

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-20 Thread Brad King
On 10/16/2014 11:26 AM, Daniele E. Domenichelli wrote: > #[CMAKE_ARGS args...]# Arguments to CMake command line > #[CMAKE_CACHE_ARGS args...] # Initial cache arguments, of the form > -Dvar:string=on > > So, from what I understand, The first arguments are passed to the cmake >

[cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-16 Thread Daniele E. Domenichelli
Hello all, I have question about CMAKE_ARGS and CMAKE_CACHE_ARGS, and I'm not sure if this is the intended behaviour or not... >From the documentation: #[CMAKE_ARGS args...]# Arguments to CMake command line #[CMAKE_CACHE_ARGS args...] # Initial cache arguments, of the form