From 405cb2ab0b2d4f3f2ec54cc20dbc2a6e6464616d Mon Sep 17 00:00:00 2001 From: kintel Date: Sun, 15 Jun 2008 15:35:09 +0000 Subject: [PATCH] bugfix: correct endforeach --- CMakeModules/FindwxWidgetsCVS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindwxWidgetsCVS.cmake b/CMakeModules/FindwxWidgetsCVS.cmake index 0c4e9220da..80b325a4ae 100644 --- a/CMakeModules/FindwxWidgetsCVS.cmake +++ b/CMakeModules/FindwxWidgetsCVS.cmake @@ -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)