diff options
-rw-r--r-- | Modules/FindwxWidgets.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 0007ee3cc5..892d9f5cb4 100644 --- a/Modules/FindwxWidgets.cmake +++ b/Modules/FindwxWidgets.cmake @@ -572,7 +572,7 @@ ELSE(WIN32_STYLE_FIND) ELSE(_wx_result EQUAL 0) FOREACH(_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL) SET(wxWidgets_DEFAULT_${_upper_opt_name} OFF) - ENDFOREACH(_opt_name) + ENDFOREACH(_upper_opt_name) ENDIF(_wx_result EQUAL 0) ENDMACRO(WX_CONFIG_SELECT_GET_DEFAULT) |