On 07/17/2015 01:43 PM, Tamás Kenéz wrote: > We feed our static lib and the list of its dependencies to the > `libtool` to create an amalgamated, standalone static library. > This is an iOS-specific issue
Okay, and of course that needs to include imported static libraries. > Anyway, I understand if `CMakeExpandImportedTargets' doesn't fit > the current concepts. We will then use a local modified copy of > it or try to solve the issue by `install(CODE ..)` to postpone > the amalgamation to install time where the generator expressions > can be resolved. Yes, a locally-maintained solution can work for you without solving the problem in the general case which is much harder. Thanks, -Brad -- 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
