Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681058
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 432-438 set (WXWIDGETS_FORCE_VERSION CACHE VERSION "Force usage of a specific wxWidgets Link Here
432
if(WXWIDGETS_FORCE_VERSION)
432
if(WXWIDGETS_FORCE_VERSION)
433
  set (wxWidgets_CONFIG_OPTIONS --version=${WXWIDGETS_FORCE_VERSION})
433
  set (wxWidgets_CONFIG_OPTIONS --version=${WXWIDGETS_FORCE_VERSION})
434
endif()
434
endif()
435
FIND_PACKAGE(wxWidgets REQUIRED)
435
FIND_PACKAGE(wxWidgets COMPONENTS ${wxWidgets_USE_LIBS} REQUIRED)
436
436
437
IF(MSYS)
437
IF(MSYS)
438
# this is to convert msys to windows paths, and handle the missing /usr
438
# this is to convert msys to windows paths, and handle the missing /usr

Return to bug 681058