Hi Alan,
I'll do so as you suggested.
Regards,
Werner
> Hi Werner (off CMake list and put on to the PLplot list since my comment
> is mostly relevant to PLplot):
>
> Thanks for dealing with this issue.
>
> I suggest you simply copy your changed FindwxWidgets.cmake to the PLplot
> cmake/modules
On 2006-12-04 22:32+0100 Werner Smekal wrote:
> Hi,
>
> in FindwxWidgets.cmake is a small bug regarding MinGW and MSys. From line 150
> on there is
>
> IF(WIN32)
> SET(WIN32_STYLE_FIND 1)
> ENDIF(WIN32)
> IF(MINGW)
> SET(WIN32_STYLE_FIND 0)
> SET(UNIX_STYLE_FIND 1)
> ENDIF(MINGW)
> IF(UNIX)
>