Re: [CMake] Getting cmake to double quote paths in Xcode project

2009-11-11 Thread Ben Dolman
g path). Sorry for the confusion. On Wed, Nov 11, 2009 at 5:24 PM, Ben Dolman wrote: > I'm having a problem when I use ${CMAKE_CFG_INTDIR} as part of my > LIBRARY_OUTPUT_DIRECTORY when generating Xcode projects. It seems that > cmake properly puts quotes around the path when I h

[CMake] Getting cmake to double quote paths in Xcode project

2009-11-11 Thread Ben Dolman
t, but not around a path that doesn't. I tried this in both 2.6 and 2.8 with the same result. Is there some way to force cmake to include the quotes when generating the Xcode files? Xcode doesn't seem to like the $(CONFIGURATION) variable unless you have quotes around your path. Thanks,