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

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to