BUG: Fix copy/paste error in previous commit that references wrong variable

(wxWidgets_INCLUDE_DIRS instead of wxWidgets_DEFINITIONS).
This commit is contained in:
Miguel A. Figueroa-Villanueva 2009-02-25 17:17:34 -05:00
parent bc8f2f50a8
commit 3dce55fde0
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ ELSE(wxWidgets_FIND_STYLE STREQUAL "win32")
STRING(REGEX REPLACE "-D[^;]+;" ""
wxWidgets_CXX_FLAGS "${wxWidgets_CXX_FLAGS}")
STRING(REPLACE "-D" ""
wxWidgets_INCLUDE_DIRS "${wxWidgets_DEFINITIONS}")
wxWidgets_DEFINITIONS "${wxWidgets_DEFINITIONS}")
# parse include dirs from cxxflags; drop -I prefix
STRING(REGEX MATCHALL "-I[^;]+"