Anyone that uses FindBoost using MinGW or the Intel C++ compiler for Windows
with static libraries, please be aware of this unfortunate regression
introduced in 2.6.3 and a one-line patch for the problem:
http://public.kitware.com/Bug/view.php?id=8576
Sorry about this. I fixed so many bugs in Fi
The installer for CMake 2.6.3 fails to create symbolic links on OS/X
if links already exist (from a previous installation, e.g. CMake 2.6.2
on my machine)
It pops up one error box for each link it fails to create.
Cheers,
Manu
On 23 Feb 2009, at 19:16, Bill Hoffman wrote:
On behalf of myse
On behalf of myself, Ken, Brad, Dave, Alex and the rest of the
CMake team, we are pleased to announce that CMake 2.6.3 is
available for download at:
http://www.cmake.org/cmake/resources/software.html
The documentation for 2.6.3 can be found here:
http://www.cmake.org/cmake/help/documentatio
Brad King writes:
> To answer the original question, the best way to generate a
> bunch of things only when the users asks is to use
> add_custom_command to create the rules and then associate them
> with a top-level target using add_custom_target:
>
>add_custom_command(
> OUTPUT myfile
On Mon, Feb 23, 2009 at 1:46 PM, ankit jain wrote:
> Hi all,
>
> I have an executable having some test cases. I want to give some arguments
> to it which i will give it through add_test command. but my objective is to
> write the output of the executable to a file at run tiem itself.
>
> How to d
Hi all,
I have an executable having some test cases. I want to give some arguments
to it which i will give it through add_test command. but my objective is to
write the output of the executable to a file at run tiem itself.
How to do that?
Secondly i want ot use this file in which output of exe