Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/28 Alexander Neundorf : > On Thursday 28 April 2011, Nicolas Desprès wrote: >> 2011/4/28 David Cole : >> > 2011/4/28 Nicolas Desprès >> > >> >> 2011/4/27 Alexander Neundorf : >> >> > On Wednesday 27 April 2011, Nicolas Desprès wrote: >> >> >> Hi, >> >> >> >> >> >> I'm experimenting with the

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Alexander Neundorf
On Thursday 28 April 2011, Nicolas Desprès wrote: > 2011/4/28 David Cole : > > 2011/4/28 Nicolas Desprès > > > >> 2011/4/27 Alexander Neundorf : > >> > On Wednesday 27 April 2011, Nicolas Desprès wrote: > >> >> Hi, > >> >> > >> >> I'm experimenting with the variables available in script mode in th

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/28 David Cole : > 2011/4/28 Nicolas Desprès >> >> 2011/4/27 Alexander Neundorf : >> > On Wednesday 27 April 2011, Nicolas Desprès wrote: >> >> Hi, >> >> >> >> I'm experimenting with the variables available in script mode in the >> >> current master (a3a581f8cd): >> >> >> >> CMAKE_SCRIPT_MOD

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread David Cole
2011/4/28 Nicolas Desprès > 2011/4/27 Alexander Neundorf : > > On Wednesday 27 April 2011, Nicolas Desprès wrote: > >> Hi, > >> > >> I'm experimenting with the variables available in script mode in the > >> current master (a3a581f8cd): > >> > >> CMAKE_SCRIPT_MODE_FILE > >> CMAKE_ARGC > >> CMAKE_A

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/27 Alexander Neundorf : > On Wednesday 27 April 2011, Nicolas Desprès wrote: >> Hi, >> >> I'm experimenting with the variables available in script mode in the >> current master (a3a581f8cd): >> >> CMAKE_SCRIPT_MODE_FILE >> CMAKE_ARGC >> CMAKE_ARGVx >> >> Apparently they are not available in

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-27 Thread Alexander Neundorf
On Wednesday 27 April 2011, Nicolas Desprès wrote: > Hi, > > I'm experimenting with the variables available in script mode in the > current master (a3a581f8cd): > > CMAKE_SCRIPT_MODE_FILE > CMAKE_ARGC > CMAKE_ARGVx > > Apparently they are not available in 2.8.4 yet. > > Using this test script: > >

[cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-27 Thread Nicolas Desprès
Hi, I'm experimenting with the variables available in script mode in the current master (a3a581f8cd): CMAKE_SCRIPT_MODE_FILE CMAKE_ARGC CMAKE_ARGVx Apparently they are not available in 2.8.4 yet. Using this test script: ## message("Begin") message("CMAKE_SCRIPT_MODE_FILE=${CMAK