MantisBT - CMake
View Issue Details
0013732CMakeModulespublic2012-11-23 18:082016-06-10 14:31
Vladislav Turbanov 
Kitware Robot 
normalminoralways
closedmoved 
WindowsWindows7
CMake 2.8.10.1 
 
0013732: wxWidgets finder may not find compiled WXRC.
wxWidgets finder (FindwxWidgets.cmake) may not find compiled WXRC program if it is located somewhere else than "${wxWidgets_ROOT_DIR}/utils/wxrc/vc_msw" (eg. "${wxWidgets_ROOT_DIR}/utils/wxrc/vc_mswud").

This can be fixed with the following code replacement at line 843:
# Resource file compiler.
find_program(wxWidgets_wxrc_EXECUTABLE wxrc
  PATHS ${wxWidgets_ROOT_DIR}/utils/wxrc/vc_msw
        ${wxWidgets_ROOT_DIR}/utils/wxrc/vc_msw*
  )

Thank you.
No tags attached.
Issue History
2012-11-23 18:08Vladislav TurbanovNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042157
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042157)
Kitware Robot   
2016-06-10 14:28   
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.