Merge pull request #6915 from spycrab/cmake_wx_msg

CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message
This commit is contained in:
Mat M 2018-05-20 12:49:32 -04:00 committed by GitHub
commit 46cc57ba33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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