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

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 32-38 SET( SEARCH_LIBS Link Here
32
32
33
SET( wxWidgets_USE_LIBS base core adv net html xml aui qa )
33
SET( wxWidgets_USE_LIBS base core adv net html xml aui qa )
34
34
35
FIND_PACKAGE( wxWidgets )
35
FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa REQUIRED )
36
36
37
IF( NOT wxWidgets_FOUND)
37
IF( NOT wxWidgets_FOUND)
38
    MESSAGE( FATAL_ERROR "wxWidgets not found!" )
38
    MESSAGE( FATAL_ERROR "wxWidgets not found!" )

Return to bug 681632