mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message
This commit is contained in:
parent
56e91bfdc1
commit
94a4c05640
@ -700,7 +700,7 @@ if(ENABLE_WX)
|
||||
endif()
|
||||
|
||||
if(wxWidgets_FOUND)
|
||||
message(STATUS "wxWidgets found, enabling GUI build")
|
||||
message(STATUS "wxWidgets found")
|
||||
if(NOT TARGET wxWidgets::wxWidgets)
|
||||
add_library(wxWidgets::wxWidgets INTERFACE IMPORTED)
|
||||
set_target_properties(wxWidgets::wxWidgets PROPERTIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user