bugfix: correct endforeach

This commit is contained in:
kintel 2008-06-15 15:35:09 +00:00
parent 433b2a0987
commit 405cb2ab0b
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,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)