n the meantime, I would look into whether there's a way to suppress the
generation of the INSTALL_PATH lines rather 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, Joha
/bin/bash
sed -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 :
> Från: Johan Knutzen
> Ämne: [CMake] XCode4 and archiving
> Till: cmake@cmake
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
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 :
Från: John Drescher
Ämne: Re: [CMake] (no subject)
Till: "Johan Knutzen"
Kopia: cmake@cmake.org
Datum:
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