Re: [CMake] XCode4 and archiving

2011-06-27 Thread Johan Knutzen
than having to run a post-processing script. If I remember this later on I'll check into it myself and report back. HTH,David On Sun, Jun 26, 2011 at 12:11 PM, Johan Knutzen knutzen_jo...@yahoo.se wrote: I found a workaround, if anybody is interested. The problem lies in the cmake

[CMake] XCode4 and archiving

2011-06-26 Thread Johan Knutzen
Hey! I've experienced a few hickups when using cmake with XCode 4, and one of them is the ability to create archives. In the IDE you do this by clicking Product-Archive, which results in an archive which you later can sign with different provisioning profiles when distributing iOS apps to beta

Re: [CMake] XCode4 and archiving

2011-06-26 Thread Johan Knutzen
-i.bak '/INSTALL_PATH/d' $1 Would be helpful if somebody working on cmake would comment, and perhaps fix this issue. Johan --- Den sön 2011-06-26 skrev Johan Knutzen knutzen_jo...@yahoo.se: Från: Johan Knutzen knutzen_jo...@yahoo.se Ämne: [CMake] XCode4 and archiving Till: cmake@cmake.org

Re: [CMake] (no subject)

2009-12-16 Thread Johan Knutzen
Hi John, Thank you! This looks very nice, and uses a bit different approach than the one used in PCHSupport. Will use this! Johan --- Den tis 2009-12-15 skrev John Drescher dresche...@gmail.com: Från: John Drescher dresche...@gmail.com Ämne: Re: [CMake] (no subject) Till: Johan Knutzen

[CMake] (no subject)

2009-12-15 Thread Johan Knutzen
Hi! What is the status of scripts enabling precompiled headers for gcc/visual studio? I've tried out PCHSupport_26 from http://www.cmake.org/Bug/view.php?id=1260 but I couldn't get it to work. Does anyone have any up to date script that works with 2.8? Johan