Completely remove "adv" library from CMake build system
This build system is new and so doesn't need to keep "adv" for compatibility.
This commit is contained in:
@@ -43,7 +43,7 @@ add_opt_lib(net wxUSE_SOCKETS)
|
||||
|
||||
# Define UI libraries
|
||||
if(wxUSE_GUI)
|
||||
list(APPEND LIBS core adv)
|
||||
list(APPEND LIBS core)
|
||||
foreach(lib
|
||||
aui
|
||||
html
|
||||
|
Reference in New Issue
Block a user