[cmake-developers] [PATCH v8 0/5] Add XCTest Bundle Support

Gregor Jasny gjasny at googlemail.com
Wed Mar 18 10:41:29 EDT 2015


On 17/03/15 20:18, Brad King wrote:
>> +      target_link_libraries(${target}
>> +        PRIVATE "-bundle_loader $<TARGET_FILE:${testee}>")
> 
> Please try using this in a CMake source/build tree each with spaces
> in the path.  Quoting may need updating; perhaps:
> 
>   target_link_libraries(${target}
>      PRIVATE -bundle_loader $<TARGET_FILE:${testee}>)

You were right. These lines needed removal of surrounding ".

>> Once you ACK the series I will create a topic branch and follow
>> the developer instructions.
> 
> Please proceed.

Pushed to topic xcode-xctest. Please review and I'll merge to next. (Or
you merge it to keep round-trips shorter).

Thanks,
Gregor



More information about the cmake-developers mailing list