Browse Source

Fix find wxWindows

pull/1/head
Andy Cedilnik 23 years ago
parent
commit
000326237d
  1. 6
      Modules/FindwxWindows.cmake

6
Modules/FindwxWindows.cmake

@ -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}
)

Loading…
Cancel
Save