Stephen Kelly wrote: > Yes, apart from tll-new-signatures, I'd like to try to get the > export-policy and target-LOCATION-policy topics from my clone into 2.8.12.
Actually, the export-policy branch deprecates the ability to write code like export(TARGETS foo FILE fooTargets.cmake) include(fooTargets.cmake) without providing a more modern alternative (ALIAS targets). I think that policy should be in the release which introduces ALIAS targets, so I don't recommend getting export-policy or target-LOCATION-policy into 2.8.12. I've pushed an implementation of ALIAS-targets to my clone. It's actually very simple, so I'm confident we can get it into the next release. Thanks, Steve. -- 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
