[CMake] Inconsistent lib dependancie/name for libnames with dots

Bastian Moldenhauer bastianmoldenhauer at web.de
Wed Oct 27 13:08:54 EDT 2010


This has already been added and marked as resolved for version 2.8.3.
Check the bugtracker: #0011207

Regards

-----Ursprüngliche Nachricht-----
Von: cmake-bounces at cmake.org [mailto:cmake-bounces at cmake.org] Im Auftrag von
Andreas Pakulat
Gesendet: Sonntag, 24. Oktober 2010 00:14
An: cmake at cmake.org
Betreff: Re: [CMake] Inconsistent lib dependancie/name for libnames with
dots

On 23.10.10 16:45:16, Bastian Moldenhauer wrote:
> >On 23.10.10 14:01:04, Bastian Moldenhauer wrote:
> >> ADD_LIBRARY(b ${src})
> 
> >Note that this line above creates a target called 'b' which will 
> >build a
> library called "b.lib".
> 
> I undersand that. Just use this line instead:
> ADD_LIBRARY(b.b ${src})

I actually did already do that and as I said it works with Unix makefiles
here. I don't have a way to verify with a VS generator currently, but if the
deps are not setup properly there that does sound like something you should
file in cmake's bugtracker.

Andreas

--
Your own qualities will help prevent your advancement in the world.
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list