Hi there,

I just noticed that I probably introduced a bug in commit 
290e92ada86c5b74669be48ee901494ae8e48ee3. I don't have time to fix it or 
even test it right now, but in that commit I changed a call to GetTargets 
into GetGeneratorTargets in cmGlobalGenerator::CheckLocalGenerators. The 
problem is that CheckLocalGenerators is called at configure time, so the 
GeneratorTargets is still empty.

Can CheckLocalGenerators be invoked at generate time instead? It calls 
GetOriginalLinkLibraries, which I also need to call only at generate-time as 
it will need to be moved to cmGeneratorTarget and use generator expressions.

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

Reply via email to