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
> 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'
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
...@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
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
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 ...)
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