On Monday 02 August 2010 17:09:09 Clinton Stimpson wrote:
> On 08/02/2010
09:02 AM, Michael Wild wrote:
> > I didn't look into the source code, but
looks like there is some REGEX
> > REPLACE which is too simplistic. Probably
there is a missing escape for
> > the . character, thus making it also match
/framework, instead of just
> > .framework.
> 
> Yeah, that seems to be the
problem.
> Dennis, can you edit your Qt4Macros.cmake in the cmake
installation and
> fix the following section to
> [...]
> Let me know if
that works for you.
Replacing ".framework" with "\\.framework" works.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to