MantisBT - CMake
View Issue Details
0008373CMakeModulespublic2009-01-13 15:202016-06-10 14:30
Matt Melton 
Miguel Figueroa 
normaltextsometimes
closedmoved 
CMake-2-6 
 
0008373: Docs need updating for the findwxwidgets module
Docs should be updated so that wxWidget users use the "mono" component keyword when linking against a Monolithic compile (ie: wxPack).

For example, the find package line should be:
FIND_PACKAGE(wxWidgets COMPONENTS mono [REQUIRED])

This was not evident or highlighted well enough. I have spent "a while" faced with a monolithic linking problem.

Hths
No tags attached.
Issue History
2009-01-13 15:20Matt MeltonNew Issue
2009-01-20 14:46Miguel FigueroaStatusnew => assigned
2009-01-20 14:46Miguel FigueroaAssigned To => Miguel Figueroa
2009-01-20 14:57Miguel FigueroaNote Added: 0014645
2010-05-09 04:07Alex NeundorfCategoryCMake => Modules
2016-06-10 14:27Kitware RobotNote Added: 0041493
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0014645)
Miguel Figueroa   
2009-01-20 14:57   
The problem here is that, IIRC MONOLITHIC builds have been deprecated by wxWidgets and are not recommended. Also, right now I don't have a way to work in windows and linux both with the same behaviour. Last but not least, there should be a check for conflicting libs (mono vs multilib), so that people don't link to both.

So this mono thing is there for backward compatibility of some sort, but is not well supported. I guess we could document this, but then I really haven't decided not to support monolithic libs, rather I haven't had the time nor been given the patch to implement consistent support for it.

Ideas are welcome.
(0041493)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.