diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2018-05-20 17:12:27 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2018-05-20 17:12:27 +0200 |
| commit | 94a4c05640b02cd32f7a142bbb8a89d6f56aef2b (patch) | |
| tree | 40b43be19bb5101c40f2d89f127c898bc68cc884 | |
| parent | 56e91bfdc178ce575a5f252ca03671a9f68ee6d8 (diff) | |
CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
