Skip to content
Permalink
Browse files
Merge pull request #6915 from spycrab/cmake_wx_msg
CMakeLists: Remove "Enabling GUI" from the "Wx enabled" message
  • Loading branch information
lioncash committed May 20, 2018
2 parents 56e91bf + 94a4c05 commit 46cc57b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 46cc57b

Please sign in to comment.