Skip to content

Commit

Permalink
wx: Need to specify "html" library when building on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 24, 2019
1 parent 7b45e50 commit e967655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -26,7 +26,7 @@ install(TARGETS altrace_cli)

option(ALTRACE_WX "Build wxWidgets-based GUI" TRUE)
if(ALTRACE_WX)
set(wxWidgets_USE_LIBS base core adv)
set(wxWidgets_USE_LIBS base core adv html)
set(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1)
find_package(wxWidgets)
if(wxWidgets_FOUND)
Expand Down

0 comments on commit e967655

Please sign in to comment.