On 06/26/2013 11:16 AM, Stephen Kelly wrote:
>  http://open.cdash.org/testDetails.php?test=196514636&build=2948288
> 
> The unit test seems to be exposing a bug in the Xcode generator or in the 
> handling of the COMPILE_OPTIONS target property. Any idea what could be 
> going on?

The generated Xcode project file has

 COMPILER_FLAGS = "-DTEST_C_COMPILER_VERSION=\\"4.1.0\\" ..."

but it should be

 COMPILER_FLAGS = "-DTEST_C_COMPILER_VERSION=\\\"4.1.0\\\" ..."

Where is the escaping supposed to happen for the CompileOptions APIs?

Also this is failing only on Xcode versions that use GNU but modern
ones use Clang.  I was able to reproduce the same problem on recent
Xcode by hacking the test to use Clang instead of GNU.

-Brad
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to