Re: [CMake] CPack ZIP generator: unwanted directory in zip

2009-03-26 Thread Eric Noulard
2009/3/26 Stephen Collyer : > 2009/3/26 Eric Noulard Please do nogt forget the mailing list address. >> > a) where the "-win32" is coming from, and can I remove it ? >> >> Yes you do. >> You should be able to set what you want with >> SET(CPACK_PACKAGE_FILE_NAME  ""Whatever") > > OK that's remov

Re: [CMake] CPack ZIP generator: unwanted directory in zip

2009-03-25 Thread Eric Noulard
2009/3/25 Stephen Collyer : > I'm building a Win32 zip package from an out-of-source build in a directory > c:\mdpqt_HEAD\build. > > When the zip file is created, it has the structure: > > MDP-1.0.0-win32\mdpqt_HEAD\bin  (and others) > > Can someone tell me: > > a) where the "-win32" is coming from

[CMake] CPack ZIP generator: unwanted directory in zip

2009-03-25 Thread Stephen Collyer
I'm building a Win32 zip package from an out-of-source build in a directory c:\mdpqt_HEAD\build. When the zip file is created, it has the structure: MDP-1.0.0-win32\mdpqt_HEAD\bin (and others) Can someone tell me: a) where the "-win32" is coming from, and can I remove it ? b) why the generator