[CMake] Import libraries prefix bug under windows?

Brandon Van Every bvanevery at gmail.com
Wed Nov 7 18:00:41 EST 2007


On Nov 7, 2007 3:49 PM, Ronan Collobert <collober at nec-labs.com> wrote:
> ok thanks -- well, the variable works fine on all system i tried except
> windows. i have a workaround, just wanted to mention the problem.
>
> even under windows, it recognizes it, as it creates "libfoo.dll" and
> "libfoo.lib". it is only when linking, that somebody forgot about these
> prefixes: it tries to find "foo.lib" instead of "libfoo.lib".
>
> as all the other systems have a consistent behavior, i considered that
> as a bug, but, who knows, as you say.

File a bug report for it.  It'll get resolved either by removing the
global way of doing it, or making it work consistently.


Cheers,
Brandon Van Every


More information about the CMake mailing list