[Cmake] COnfigure_file

John Biddiscombe john . biddiscombe at mirada-solutions . com
Thu, 12 Jun 2003 15:07:23 +0100


My mistake, there was a typo in my CMakelists file,
I had [COPYFILE] instead of COPYFILE
working ok now.=20
thanks

JB


> -----Original Message-----
> From: Bill Hoffman [mailto:bill . hoffman at kitware . com]
> Sent: 12 June 2003 14:18
> To: John Biddiscombe; CMake
> Subject: Re: [Cmake] COnfigure_file
>=20
>=20
> It should work for binary files.   We often copy images in=20
> some of our applications.
> If it is not working it is a bug.   What version of cmake,=20
> and how was it built?
> If you built/modified cmake, I would suggest trying the=20
> pre-compiled binary from Kitware,
> and running a small test case that copies your binary file=20
> with CONFIGURE_FILE.
>=20
> -Bill
>=20
>=20
>=20
> At 08:57 AM 6/12/2003, John Biddiscombe wrote:
>=20
> >Does CONFIGURE_FILE(input output COPYONLY) work correctly on=20
> binary files or only text stuff. I want to initialize a=20
> directory by copying some binaries into it but they seem to=20
> be getting munged.
> >
> >I am expecting someone to tell me to create a custom target=20
> and custom command bound to the target to achieve this, but I=20
> don't like the bloat in the ide caused by tons of additional=20
> targets. so I'm trying to avoid it by using configure...
> >
> >thanks
> >
> >JB
> >_______________________________________________
> >Cmake mailing list
> >Cmake at public . kitware . com
> >http://public . kitware . com/mailman/listinfo/cmake=20
>=20
>=20
>=20
>=20