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…
Reference in New Issue