Re: [CMake] How to force CMake install / CPack to create an empty directory.

2012-01-05 Thread Vladimir Jaksic
Hi, thanks for the help! Vlado On Thu, Jan 5, 2012 at 5:53 AM, Fraser Hutchison wrote: > Hi there, > > This looks like a single line deletion will fix it.  I've added a note to > the issue here: http://public.kitware.com/Bug/view.php?id=8767#c28187 - it's > probably not worth a patch :-) > > Ch

Re: [CMake] How to force CMake install / CPack to create an empty directory.

2012-01-04 Thread Eric Noulard
2012/1/4 Vladimir Jaksic : > Hello, > > For the purposes of my project i need to create multiple empty > directories where my exectuable is located, and I would like to > include these directories in the .zip file. I have tried the > following: > > -- > ... > INSTALL(TARGETS myproje

[CMake] How to force CMake install / CPack to create an empty directory.

2012-01-04 Thread Vladimir Jaksic
Hello, For the purposes of my project i need to create multiple empty directories where my exectuable is located, and I would like to include these directories in the .zip file. I have tried the following: -- ... INSTALL(TARGETS myproject DESTINATION .) INSTALL(DIRECTORY DESTINAT