View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013732CMakeModulespublic2012-11-23 18:082016-06-10 14:31
ReporterVladislav Turbanov 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformWindowsOSWindowsOS Version7
Product VersionCMake 2.8.10.1 
Target VersionFixed in Version 
Summary0013732: wxWidgets finder may not find compiled WXRC.
DescriptionwxWidgets 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042157)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-11-23 18:08 Vladislav Turbanov New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042157
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team