TK_INTERNAL_PATH is only needed on Windows.

This commit is contained in:
Berk Geveci 2001-11-26 15:45:59 -05:00
parent 7850f7b319
commit 3057b6a7aa
1 changed files with 13 additions and 11 deletions

View File

@ -87,6 +87,7 @@ FIND_PATH(TK_INCLUDE_PATH tk.h
"${TK_WISH_PATH}/../include"
)
IF (WIN32)
FIND_PATH(TK_INTERNAL_PATH tkWinInt.h
/usr/include
/usr/local/include
@ -98,3 +99,4 @@ FIND_PATH(TK_INTERNAL_PATH tkWinInt.h
"${TCL_TCLSH_PATH}/../include"
"${TK_WISH_PATH}/../include"
)
ENDIF(WIN32)