Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread Robert Goulet
the cmake cache, and not > replace it? > > -Original Message- > From: David Cole [mailto:dlrd...@aol.com] > Sent: Monday, July 13, 2015 3:42 PM > To: Robert Goulet > Cc: David Cole; cmake-developers@cmake.org > Subject: Re: [cmake-developers] cmake.exe parameters and system

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread David Cole via cmake-developers
> From: David Cole [mailto:dlrd...@aol.com] > Sent: Monday, July 13, 2015 3:42 PM > To: Robert Goulet > Cc: David Cole; cmake-developers@cmake.org > Subject: Re: [cmake-developers] cmake.exe parameters and system command line > length limit > > You don't. It'

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread Robert Goulet
al Message- > From: David Cole [mailto:dlrd...@aol.com] > Sent: Monday, July 13, 2015 1:56 PM > To: Robert Goulet > Cc: cmake-developers@cmake.org > Subject: Re: [cmake-developers] cmake.exe parameters and system > command line length limit > > You could use the -C comman

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-13 Thread David Cole via cmake-developers
...@aol.com] > Sent: Monday, July 13, 2015 1:56 PM > To: Robert Goulet > Cc: cmake-developers@cmake.org > Subject: Re: [cmake-developers] cmake.exe parameters and system command line > length limit > > You could use the -C command line option to pass in the name of a file &g

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-13 Thread Robert Goulet
Goulet Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] cmake.exe parameters and system command line length limit You could use the -C command line option to pass in the name of a file containing initial cache values. See the "-C " section at the top of this documentati

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-13 Thread David Cole via cmake-developers
You could use the -C command line option to pass in the name of a file containing initial cache values. See the "-C " section at the top of this documentation section: http://www.cmake.org/cmake/help/v3.3/manual/cmake.1.html#options The format of the file is just a bunch of set(... CACHE ...)

[cmake-developers] cmake.exe parameters and system command line length limit

2015-07-13 Thread Robert Goulet
Hi all, We use a custom script to handle which parameters we set to cmake.exe on Windows. It sets CMake values based on the options provided to this script, using the -D cmake parameter. This works well, but recently we've reached the limit on how many characters we can set to a single system c