Re: [CMake] CPack and fixup_bundle

2011-03-21 Thread Simon Drouin
other developer quite a > while to figure this out in our own project :). > > Take a look at the ${CMAKE_BINARY_DIR}/cmake_install.cmake generated for > your project to see what I mean. > > hth, > tyler > > On Thu, Mar 17, 2011 at 2:14 PM, Simon Drouin wrote: > >>

[CMake] CPack and fixup_bundle

2011-03-17 Thread Simon Drouin
I'm trying to use CPack to create a .tar.gz package on linux. I use fixup_bundle from the bundle utility to copy and fix Qt libraries to the bundle. When I use simple 'make install', everything is installed properly in directory specified by CMAKE_INSTALL_PREFIX. When I use CPack, the Qt libraries

Re: [CMake] CMake Xcode SCC

2010-06-25 Thread Simon Drouin
Same for all project configurations like environment variables and others... I'm also looking for a solution to that problem. I guess the solution would be to make these settings available as CMake variables that are remembered by the CMake cache. So far I haven't found a way to do that, if it is p

[CMake] CMake and XCode 3 debugger

2008-02-28 Thread Simon Drouin
Hi All, I recently started to use CMake 2.4.8 on MacOSX Leopard with XCode 3. All my Windows and Linux projects built without a glitch (thanks to CMake!), but I can't stop on a breakpoint in the debugger. If I create a plain XCode project with the same code, the debugger works fine. Does anyone e