[cmake-developers] [CMake 0013732]: wxWidgets finder may not find compiled WXRC.

Mantis Bug Tracker mantis at public.kitware.com
Fri Nov 23 18:08:18 EST 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13732 
====================================================================== 
Reported By:                Vladislav Turbanov
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13732
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-11-23 18:08 EST
Last Modified:              2012-11-23 18:08 EST
====================================================================== 
Summary:                    wxWidgets finder may not find compiled WXRC.
Description: 
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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-11-23 18:08 Vladislav TurbanovNew Issue                                    
======================================================================




More information about the cmake-developers mailing list