Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-23 Thread Stewart, Robert
Eric Noulard wrote: > 2013/9/13 Stewart, Robert : > > Bill Hoffman wrote: > > [...] > > > I'll try again. In my build tree, I arranged for the > > INSTALL() commands to create and populate some directories, > > noted by "installed" below: > > > > /my/build/directory/ > >builds/ > >installe

Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-14 Thread Eric Noulard
2013/9/13 Stewart, Robert : > Bill Hoffman wrote: [...] > > I'll try again. In my build tree, I arranged for the INSTALL() commands to > create and populate some directories, noted by "installed" below: > > /my/build/directory/ >builds/ >installed/ >source/ >CMakeLists.txt > > T

Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-13 Thread Stewart, Robert
Bill Hoffman wrote: > On 9/10/2013 1:42 PM, Stewart, Robert wrote: > >>Likewise, I want an NSIS installer or RPM that will create > >>that directory structure in either a default location from > >>my CMakeLists.txt or in a directory selected by the user > >>during installation (via the GUI for NSIS

Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-10 Thread Bill Hoffman
On 9/10/2013 1:42 PM, Stewart, Robert wrote: Likewise, I want an NSIS installer or RPM that will create that directory structure in either a default location from my CMakeLists.txt or in a directory selected by the user during installation (via the GUI for NSIS or --prefix for rpm). What must I

Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-10 Thread Stewart, Robert
Anyone? Stewart, Robert wrote, on Thursday, September 05, 2013 12:55 PM: > > I want CPack to build packages that result in installing > files in a particular structure, regardless of whether I'm > using TGZ, ZIP, NSIS, RPM, etc. I'm having trouble making > this work and need help. > > Let me make

[CMake] Configuring CPack to Build Packages My Way

2013-09-05 Thread Stewart, Robert
I want CPack to build packages that result in installing files in a particular structure, regardless of whether I'm using TGZ, ZIP, NSIS, RPM, etc. I'm having trouble making this work and need help. Let me make things concrete. I have successfully configured CMake to install platform-specific