Re: [wxVTK] Installing wxVTK
Brought to you by:
malat
|
From: Andrey S. <sky...@gm...> - 2009-01-03 01:52:06
|
Changing
FIND_PACKAGE(wxWidgets COMPONENTS base core adv ${WXGLCANVASLIBS})
to
FIND_PACKAGE(wxWidgets COMPONENTS core adv ${WXGLCANVASLIBS} base)
solves the linking issue I was having. I saw somewhere on line that
this has to do with the order in which Find_Packages adds the link
libraries to the linking command, but I can't find the specific post.
- Andrey
|