[Cmake-commits] [cmake-commits] miguelf committed FindwxWidgets.cmake 1.28 1.29

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 25 17:17:36 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9678/Modules

Modified Files:
	FindwxWidgets.cmake 
Log Message:
BUG: Fix copy/paste error in previous commit that references wrong variable
(wxWidgets_INCLUDE_DIRS instead of wxWidgets_DEFINITIONS).



Index: FindwxWidgets.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindwxWidgets.cmake,v
retrieving revision 1.28
retrieving revision 1.29
diff -C 2 -d -r1.28 -r1.29
*** FindwxWidgets.cmake	24 Feb 2009 21:49:15 -0000	1.28
--- FindwxWidgets.cmake	25 Feb 2009 22:17:34 -0000	1.29
***************
*** 709,713 ****
            wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}")
          STRING(REPLACE "-D" ""
!           wxWidgets_INCLUDE_DIRS "${wxWidgets_DEFINITIONS}")
  
          # parse include dirs from cxxflags; drop -I prefix
--- 709,713 ----
            wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}")
          STRING(REPLACE "-D" ""
!           wxWidgets_DEFINITIONS "${wxWidgets_DEFINITIONS}")
  
          # parse include dirs from cxxflags; drop -I prefix



More information about the Cmake-commits mailing list