Re: [CMake] Save stripped debugging information

2011-09-22 Thread Pawel Sikora
On Thursday 22 of September 2011 09:37:36 Rolf Eike Beer wrote: > > Hi, > > > > I'm aware of the option CMAKE_BUILD_TYPE with which I can tell if I > > want to include debugging information or not. > > > > A very useful feature of the program objcopy is, to not strip > > debugging information from

Re: [CMake] How can I know the target is 32-bit, or 64bit

2011-08-30 Thread Pawel Sikora
On Tuesday 30 of August 2011 08:40:08 Michael Wild wrote: > On Tue 30 Aug 2011 07:54:45 AM CEST, Dongsheng Song wrote: > > Hi, > > > > In CMakeLists.txt, I want to know whether cmake has built-in mechanism that > > I can know the target is 32-bit, or 64bit ? > > > > Thanks, > > Dongsheng > > Loo