ENH: ADVANCED was not propagated to the new sub-mods

This commit is contained in:
Sebastien Barre 2001-12-20 16:10:32 -05:00
parent 9402460977
commit 450b229c48
3 changed files with 11 additions and 2 deletions

View File

@ -91,9 +91,7 @@ IF (WIN32)
MARK_AS_ADVANCED(TK_INTERNAL_PATH)
MARK_AS_ADVANCED(
TCL_TCLSH
TCL_TCLSH_PATH
TK_WISH
TK_WISH_PATH
TCL_INCLUDE_PATH
TK_INCLUDE_PATH

View File

@ -22,3 +22,9 @@ FIND_PROGRAM(TCL_TCLSH
tclsh82 tclsh8.2
tclsh80 tclsh8.0
)
IF (WIN32)
MARK_AS_ADVANCED(
TCL_TCLSH
)
ENDIF(WIN32)

View File

@ -15,3 +15,8 @@ FIND_PROGRAM(TK_WISH
NAMES wish wish84 wish8.4 wish83 wish8.3 wish82 wish80
)
IF (WIN32)
MARK_AS_ADVANCED(
TK_WISH
)
ENDIF(WIN32)