summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-05-20 17:12:27 +0200
committerspycrab <spycrab@users.noreply.github.com>2018-05-20 17:12:27 +0200
commit94a4c05640b02cd32f7a142bbb8a89d6f56aef2b (patch)
tree40b43be19bb5101c40f2d89f127c898bc68cc884
parent56e91bfdc178ce575a5f252ca03671a9f68ee6d8 (diff)
CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e4345571b..bf43754266 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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