ENH: make stub stuff ADVANCED

This commit is contained in:
Sebastien Barre 2002-09-06 13:56:35 -04:00
parent 25ff4552b3
commit 79ddd9426c
1 changed files with 6 additions and 4 deletions

View File

@ -116,12 +116,14 @@ IF (WIN32)
TK_INCLUDE_PATH
TCL_LIBRARY
TCL_LIBRARY_DEBUG
TCL_STUB_LIBRARY
TCL_STUB_LIBRARY_DEBUG
TK_LIBRARY
TK_LIBRARY_DEBUG
TK_STUB_LIBRARY
TK_STUB_LIBRARY_DEBUG
)
ENDIF(WIN32)
MARK_AS_ADVANCED(
TCL_STUB_LIBRARY
TCL_STUB_LIBRARY_DEBUG
TK_STUB_LIBRARY
TK_STUB_LIBRARY_DEBUG
)