CHEVRIER, Marc wrote: > > My need is the following: > I have two imported targets, let say, IMPORTED::TARGET and > IMPORTED::STATIC::TARGET > > > And I have a project which can be customised, through an option, by > selecting which imported target will be used (shared or static). > > So I tried, at first place: > if (USE_IMPORTED_STATIC) > add_library (MY_IMPORTED_TARGET ALIAS IMPORTED::STATIC::TARGET) > else() > add_library (MY_IMPORTED_TARGET ALIAS IMPORTED::TARGET) > endif() > > So, after, I do not longer take care of which imported target is selected!
This makes sense to me, thanks. I filed http://public.kitware.com/Bug/view.php?id=15569 to track it. Thanks, Steve. -- 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
