Fix find wxWindows

This commit is contained in:
Andy Cedilnik 2002-09-19 10:25:13 -04:00
parent d4f5545007
commit 000326237d
1 changed files with 3 additions and 3 deletions

View File

@ -25,12 +25,12 @@ IF(WIN32)
)
SET (WXWINDOWS_POSSIBLE_INCLUDE_PATHS
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/include/wx"
$ENV{WXWIN}/include/wx
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/include"
$ENV{WXWIN}/include
)
FIND_PATH(WXWINDOWS_INCLUDE_PATH
wx.h
wx/wx.h
${WXWINDOWS_POSSIBLE_INCLUDE_PATHS}
)