kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18139
Re: Private FindwxWidgets.cmake?
I doubt it works. It just ignores the version test passed by
find_package() so any version of wxWidgets will pass. I just looked and
as of CMake 3.2 there is still no version test in FindwxWidgets.cmake.
Try configuring a kicad build on a system that only has wxWidgets 2.8
installed. I'm willing to bet that it configures just fine even though
it should fail.
On 4/30/2015 12:22 PM, Simon Richter wrote:
> Hi,
>
> our copy of FindwxWidgets.cmake seems to lag behind the one shipped with
> cmake, so I wonder whether we still need it. Quick build test after
> deleting the file seems to work fine on Linux, and the shipped version
> also has the necessary magic to work on Windows.
>
> Are there objections to simply dropping our private copy?
>
> Simon
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References