[cmake-developers] ExternalProject: using the same argument multiple times

2011-06-13 Thread Alexander Neundorf
Hi Dave, I want to wrap the externalproject_add() function, so that in the normal case only the git URL has to be specified, and all other arguments have been already set. But it should still be possible to override my default arguments. So I had a look how the argument parsing is done in

Re: [cmake-developers] ExternalProject: using the same argument multiple times

2011-06-13 Thread David Cole
It is unexpected (and user/pilot error, if encountered) to have multiple INSTALL_DIR arguments to ExternalProject_Add. Why do you have to override the function in order to achieve your goal? Most ExternalProject arguments have reasonable default values for the corresponding properties, and can

[cmake-developers] I want to use CMake in Solaris10 x86

2011-06-13 Thread feng.zhou
Hi I cannot find insall packet in download list,only Solaris spack packet can be found.How to solve this question ,thanks 2011-06-14 feng.zhou ___ cmake-developers mailing list cmake-developers@cmake.org

Re: [cmake-developers] I want to use CMake in Solaris10 x86

2011-06-13 Thread Alan W. Irwin
On 2011-06-14 10:37+0800 feng.zhou wrote: Hi I cannot find insall packet in download list,only Solaris spack packet can be found.How to solve this question ,thanks Try building cmake from the source code using the bootstrap method (i.e. running the bootstrap script in the top-level source