[Cmake-commits] [cmake-commits] miguelf committed FindwxWidgets.cmake 1.19 1.20
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jun 13 16:33:31 EDT 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv4542
Modified Files:
FindwxWidgets.cmake
Log Message:
BUG: Fixed incorrectly matched FOREACH (7008).
Index: FindwxWidgets.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindwxWidgets.cmake,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -d -r1.19 -r1.20
*** FindwxWidgets.cmake 16 Apr 2008 15:31:13 -0000 1.19
--- FindwxWidgets.cmake 13 Jun 2008 20:33:29 -0000 1.20
***************
*** 573,577 ****
FOREACH(_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL)
SET(wxWidgets_DEFAULT_${_upper_opt_name} OFF)
! ENDFOREACH(_opt_name)
ENDIF(_wx_result EQUAL 0)
ENDMACRO(WX_CONFIG_SELECT_GET_DEFAULT)
--- 573,577 ----
FOREACH(_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL)
SET(wxWidgets_DEFAULT_${_upper_opt_name} OFF)
! ENDFOREACH(_upper_opt_name)
ENDIF(_wx_result EQUAL 0)
ENDMACRO(WX_CONFIG_SELECT_GET_DEFAULT)
More information about the Cmake-commits
mailing list