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:
@@ -180,7 +180,6 @@ endif()
|
||||
if(wxUSE_XML)
|
||||
wx_exe_link_libraries(test_gui xml)
|
||||
endif()
|
||||
wx_exe_link_libraries(test_gui adv)
|
||||
if(wxUSE_HTML)
|
||||
wx_exe_link_libraries(test_gui html)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user