CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message

This commit is contained in:
spycrab 2018-05-20 17:12:27 +02:00
parent 56e91bfdc1
commit 94a4c05640
1 changed files with 1 additions and 1 deletions

View File

@ -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