Alan W. Irwin wrote:

>
> For CMake 2.6.x you get the above warning if the preferred absolute
> pathnames are not used by libraries.  I have modified FindGDI32.cmake and
> wingcc.cmake (revision 8412) to use find_library to find the gdi32 and
> associated libraries. find_library always returns the preferred absolute
> pathname for the library.
>
> The new logic continues to give the correct result (nothing found) on 
> Linux,
> but that doesn't test all the changed CMake logic. Arjen, could you 
> review
> my changes (especially the Borland part which I didn't understand) and 
> test
> on windows?
>
> N.B. The above message only occurs for the first instance so once
> find_library is used to obtain the absolute pathnames for gdi32 and
> comdlg32, then on windows you may get further CMP0003 warnings (which 
> will
> need fixing the same way by always using find_library to find libraries.)
>
Hi Alan,

I will look into this - it will not be before thursday though (a one-day 
trip ahead). Reviewing the
changes should be easier (requiring a printout only).

Regards,

Arjen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to