Re: [CMake] CPack and SWIG module on Windows

2010-01-25 Thread David Cole
On Mon, Jan 25, 2010 at 2:49 AM, Eric Noulard wrote: > 2010/1/25 Nicholas Yue : > > Hi, > > > > I am attempting to use CPack to package up a SWIG module I am > > distributing. > > > > I have no problem with CPack on Linux but on Windows, I have some > > difficulty. > > > > CMAKE CONFIG > >

Re: [CMake] CPack and SWIG module on Windows

2010-01-24 Thread Eric Noulard
2010/1/25 Nicholas Yue : > Hi, > >   I am attempting to use CPack to package up a SWIG module I am > distributing. > >   I have no problem with CPack on Linux but on Windows, I have some > difficulty. > >   CMAKE CONFIG >   = [...] >       INCLUDE (CPack) >       SET ( CPACK_GENERATOR

[CMake] CPack and SWIG module on Windows

2010-01-24 Thread Nicholas Yue
Hi, I am attempting to use CPack to package up a SWIG module I am distributing. I have no problem with CPack on Linux but on Windows, I have some difficulty. CMAKE CONFIG = SWIG_ADD_MODULE ( ribclient python RIBClient.i ParameterList.cpp ) SWIG_LINK_LI