Re[2]: No RibbonBar in CLion on MacOS14.7
Vadim Zeitlin <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 7 Mar 2025 09:08:14 -0800 (PST) Christian Homeier wrote:
CH> Hey Varim,
CH>
CH> thanks a lot for replying. I don´t know if I did it "the right way" but in
CH> my case it seems that the following
CH> were the Problem:
CH>
CH> In my CMakeList.txt I defined
CH>
CH> find_package(wxWidgets COMPONENTS *base core* REQUIRED)
CH>
CH> after changing it to
CH>
CH> find_package(wxWidgets COMPONENTS *all *REQUIRED)
CH>
CH> the problem seems to has gone....
Yes, sure, if you CMake you need to add "ribbon" to the list of libraries.
Using "all", unsurprisingly, includes all libraries, including this one.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
https://www.tt-solutions.com/
signature.asc
(application/pgp-signature, 195 B)
-----BEGIN PGP SIGNATURE----- iFwEABECAB0WIQQx+vLQdOwioQqkxtoG6kHeT2wehgUCZ8soPAAKCRAG6kHeT2we hvBpAJjfjRR2c9MrhVgbCgr8yCH/AmuXAJwMIvSOdTb7YUI4uvSCmZWW6WYVBQ== =6jPu -----END PGP SIGNATURE-----